How to build and deploy a dapp for voting on proposals and minting tokens for the winner
- The workshop slides give you an overview
- The gist contains all relevant source code and detailed instructions
- You can open remix and load the gist files by using remix terminal to execute:
remix.loadgist('2bf3c8833eac0814cf3aa1672217b6fb')
- At the end clone this repository (frontend of your DApp)
git clone https://github.com/ninabreznik/voting-ethereum-contract.git
cd voting-ethereum-contract
npm install
npm start
npm run build
git add -A && git commit -m "bundle"
git push