Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 402 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 402 Bytes

Wandora Box

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


Getting Started

Install dependencies.

$ npm i

Start dev server.

$ npm run dev

Build.

$ npm run build

Testing.

$ npm run dev:test
$ npm run test