Rock Paper Scissors extended version built using a Web3 web application and Ethereum smart contracts.
RPS uses truffle development framework and Truffle React Box.
To start the app in development mode using Ethereum testrpc client, navigate to project root and run:
npm install
testrpc
truffle compile
truffle migrate
npm run start
Before deploying the app run npm run build
to generate a production build.
Start the Node.js server using npm run serve
.