emilyJLin95
emilyJLin95
We should make the following updates on `truffle init`: - [ ] Replace Migrations.sol with a SimpleStorage.sol? (needs requirements) - [ ] Replace the initial_migration with a deploy_contracts or something...
I tried to launch a forked instance of ganache through the UI But it errored out once I get to block explorer PLATFORM: darwin GANACHE VERSION: 2.5.4 EXCEPTION: ``` Error:...
We run `ganache` not `npm run ganache`
When I fork a ganache instance, it'd be nice if I could add flag that funds accounts of my choice with a starting amount of eth
when reassigning a variable called `test` in the console, truffle mistakenly runs `truffle test`
When you deploy to Linea with HD-wallet-provider, we consistently run into: ```console Compiling your contracts... =========================== > Everything is up to date, there is nothing to compile. /Users/emilylin/dev/demos/linea-tutorial/node_modules/eth-block-tracker/src/polling.js:51 const newErr...
When I use deploy using Truffle Dashboard, if the output can't be decoded, we should jsut fall back to the original raw input The `?` makes it look like there's...
Created a template for more consistent instruction format Updated the readme to reflect a more structured process for box creation DO NOT MERGE until box docs have been updated and...
In order to organize the look of boxes and ensure the quality of instructions, we should include an exemplar readme for contributors.
If you follow this tutorial: https://docs.infura.io/infura/tutorials/ethereum/create-an-nft-using-truffle/create-the-nft-smart-contract VS Code side bar indicates an incorrect truffle-config.js format I think this is failing when you have the goerli network defined The config is...