Elections dapp tutorial
- enter desired npm environment using nvm (if desired)
npm install -g yarn
yarn global add truffle
- install ganache
yarn
yarn migrate
to 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