GitHub - cayblood/dapp-tutorial: Election dapp tutorial · GitHub
Skip to content

cayblood/dapp-tutorial

Folders and files

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

Contributors