Skip to content

rrreche/b9lab-rps

Repository files navigation

Rock Paper Scissors Contract

To run the client, go into client folder and run:

npm install; npm run start

Deployments

Make a .secrets.json file with this structure for deployments:

{
  "mnemonic": "word1 word2 word3...",
  "endpoints": {
    "infura": {
      "ropsten": "https://ropsten.infura.io/v3/APIKEY",
      "rinkeby": "https://rinkeby.infura.io/v3/APIKEY"
      ...
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published