Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 412 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 412 Bytes

rps

Rock-Paper-Scissors commit reveal game.

  1. npm install
  2. npm run compile
  3. npm run start-evm
  4. in a new terminal exec command "npm run start"
  5. 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