Rock, Paper, Scissors blockchain game (in progress)
solidity version - 0.4.24
web3 version - 1.0.0-beta.34
Requirements
- node.js > 8 version
- truffle
How to install
Clone project and run
npm i
How to run app
- 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