/blockchain-rock-paper-scissors

Simple blockchain 'rock paper scissors' game written in solidity and web3

Primary LanguageJavaScriptMIT LicenseMIT

Rock, Paper, Scissors blockchain game (in progress)


solidity version - 0.4.24

web3 version - 1.0.0-beta.34


Requirements

  1. node.js > 8 version
  2. truffle

How to install

Clone project and run

npm i

How to run app

  1. Open first console and run npm run dev
  2. Open second console and run truffle develop. Then in this console run migrate --reset
  3. Open in browser http://localhost:8080/
  4. Optional for debug - open third console and run truffle develop --log