Skip to content

Mainframe-Archive/elections-dapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elections-dapp

Elections dapp tutorial

installation

  1. enter desired npm environment using nvm (if desired)
  2. npm install -g yarn
  3. yarn global add truffle
  4. install ganache
  5. yarn
  6. yarn migrate to generate the contract address
  7. Add the contract address to /interface/src/contract-address.js

testing

  1. Run ganache
  2. Run yarn test

running the dapp

  1. Run ganache
  2. Connect your MetaMask to your local ganache
  3. Run yarn start

About

Election dapp tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.8%
  • HTML 4.2%
  • CSS 1.0%