/bcl

Blockchain Chess Lounge

Primary LanguageJavaScript

Blockchain Chess Lounge

This is the source code for the Blockchain Chess Lounge, an open-source p2p chess application which settles on the blockchain.

Project Setup

Frontend

All you need is to do:

$ yarn install
$ yarn serve

Build for release

$ yarn run build

Contracts

Start a development blockchain:

$ truffle develop
...
>

In another terminal:

$ truffle migrate
$ truffle test
...