Simple election website with etherium
- IPFS
- truffle
- ganache
- metamask(optional)
- install dependencies
npm install
- start IPFS server
ipfs init
ipfs daemon
- start ganache client
ganache-cli -p 7545
- start truffle
truffle compile
truffle migrate
- start server
node src/server.js
- start metamask(optional) in metamask setting choose custom RPC on url http://localhost:7545