/addgame-dapp

Sample Ethereum Game - Add Numbers and Get Rewards

Primary LanguageHTML

addgame-dapp (WIP)

Add two Random Numbers on correct addition get 100 points

Steps to run:

  1. npm install

  2. On another tab run testRPC

  3. cd contracts

  4. truffle compile

  5. truffle migrate

  6. cd ..

  7. Start Node.js Server - node app.js

  8. Add Player first then Start generating numbers and add them.