Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 832 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 832 Bytes

voting-ethereum-contract

tutorial

How to build and deploy a dapp for voting on proposals and minting tokens for the winner

  1. The workshop slides give you an overview
  2. The gist contains all relevant source code and detailed instructions
  3. You can open remix and load the gist files by using remix terminal to execute:
    • remix.loadgist('2bf3c8833eac0814cf3aa1672217b6fb')
  4. At the end clone this repository (frontend of your DApp)

develop

git clone https://github.com/ninabreznik/voting-ethereum-contract.git
cd voting-ethereum-contract
npm install
npm start

build & publish

npm run build
git add -A && git commit -m "bundle"
git push