solidity version - 0.4.24
web3 version - 1.0.0-beta.34
- node.js > 8 version
- truffle
Clone project and run
npm i
- Open first console and run
npm run dev - Open second console and run
truffle develop. Then in this console runmigrate --reset - Open in browser
http://localhost:8080/ - Optional for debug - open third console and run
truffle develop --log