Simple pet project to get my hands dirty with the Ethereum/Web3 stack
npm install
Spin up ganache-cli
using npx
npx ganache-cli
- Copy the mnemonic phrase generated by
ganache-cli
and import it into your Metamask - Switch Metamask to your localhost network
Start the front-end server
npm start
Migrate smart contract to development network
truffle migrate --network development
Run tests
truffle test
Visit localhost:8080