arisgk / rps

RPS Game - Ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPS

Rock Paper Scissors extended version built using a Web3 web application and Ethereum smart contracts.

Development

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

Production

Before deploying the app run npm run build to generate a production build.

Start the Node.js server using npm run serve.

About

RPS Game - Ethereum


Languages

Language:JavaScript 98.5%Language:HTML 1.5%Language:CSS 0.1%