Elections dapp tutorial
- enter desired npm environment using nvm (if desired)
npm install -g yarnyarn global add truffle- install ganache
yarnyarn migrateto generate the contract address- Add the contract address to
/interface/src/contract-address.js
- Run ganache
- Run
yarn test
- Run ganache
- Connect your MetaMask to your local ganache
- Run
yarn start