This is a starter kit inspired from dappuniversity/starter_kit where most of the configurations are derived from truffle init
. 🍄
- Clone this repository and run
npm install
to install dependencies. - If you don't have
truffle
installed yet, go ahead and runnpm install -g truffle
. - We are using
identicon.js
to create identicons based from user's Ethereum address. Runnpm install --save identicon.js
- Get started and create your smart contracts! 👨💻