Wandora Box is a DApp in wanchain.
The game rules please look at the GameRule.md. [ GAME RULES ]
Smart Contract: https://github.com/wandevs/wan-game-contracts
Install dependencies.
$ npm i
Start dev server.
$ npm run dev
Build.
$ npm run build
Testing.
$ npm run dev:test
$ npm run test