Skip to content

ninabreznik/voting-ethereum-contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demo frontend for voting through Solidity contract (Ethereum)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •