Skip to content

cyy13/1A2BGuessingNumber

 
 

Repository files navigation

1A2BGuessingNumber

Online guessing number game in Ethereum.

Getting Start

npm install
npm start

Deploy Github Pages

npm run deploy

Compile Contracts

npm run compile 

If it's not working on windows, try to install a global truffle

npm i -g truffle
truffle compile && cp -r build/contracts src/

Refs

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • HTML 6.0%
  • CSS 1.8%