Rock-Paper-Scissors commit reveal game.
- npm install
- npm run compile
- npm run start-evm
- in a new terminal exec command "npm run start"
- Navigate to http://localhost:8080/web
To run tests exec command: "npm run test"
- GETH NOTES - not fully tested yet
- geth --dev --rpc --rpccorsdomain="*" console
- update index.js to point to 8545 instead of 9545
- unlock accounts
- start http-server