starter-kit
starter-kit copied to clipboard
An OpenZeppelin starter kit containing React, OpenZeppelin SDK & OpenZeppelin Contracts.
This repository is mixing together the truffle box and the starter kit. We should move the truffle box to a separate one.
> Once you push and create the first counter and where we tell the user to put a console.log. It doesn't load the contract unless you restart the web server....
As a feedback from internal users, the setup for the starter kit is a bit cumbersome, involving several steps. Some ideas for simplifying it: - Run `oz init` as part...
Two community members have asked in the forum about the purpose of the migrations folder in ZepKit. https://forum.zeppelin.solutions/t/what-actually-happened-with-the-migrations-folder/765/3 The suggestion was to add the purpose of migrations to the README...
When developing with ZepKit, the ZepKit will not run unless you have Ganache running. It will give you the error: `Failed to load web3, accounts, or contract. Check the console...
For local development zepkit should autofill injected(Metamask) web3 account with ether to avoid doing it manually.