/Crypto-Rock-Paper-Scissors

Play to Earn RPS Tokens

Primary LanguageJavaScriptMIT LicenseMIT

Rock-Paper-Scissors Game Token

A Play to Earn game. Earn RPS tokens by playing the most popular game in the world.

Contents

Prerequisites

  • Node
  • npm
  • Truffle: you can install it by running npm install -g truffle on your terminal if you already have Node and npm

How to run

Frontend

cd client/

Install all the node packages required to run this project

npm install

Runs the app in the development mode.

npm run start

Open http://localhost:3000 to view it in the browser.

Testing

Run all the tests by simply typing the next command:

truffle test

Deployed contract address

Screenshots

When joining

Joining to the Rock Paper Scissors game

When playing

Playing Rock Paper Scissors game

Resources