/rps-eth

A Rock, Paper, Scissors game built on Ethereum

Primary LanguageTypeScriptMIT LicenseMIT

  1. In @config run yarn
  2. In @scripts run yarn
  3. In @scripts run yarn build
  4. In @scripts run ./run install
  5. In @scripts run ./run build
  6. In @blockchain run yarn init-blockchain (geth must be installed)
  7. Set $coinbase to an address you have the private keys for
  8. In @blockchain run yarn blockchain (geth must be installed)
  9. In web run yarn start
  10. Naviagate to localhost:8080 in Chrome with metamask to play the game