Helpful in development mode using ganache to fund another account usage: truffle exec scripts/send-funds.js <address> <amount in ether>
Usage: truffle exec scripts/add-contributor.js <ethereum address> <ipfs hash>
Allows to seed the smart contract with development data specified in config/seeds.js Usage: truffle exec scripts/seeds.js or npm run bootstrap which runs them all: * truffle migrate --reset * truffle exec scripts/seeds.js * npm run build-json