Skip to content

jjduhamel/bcl

 
 

Repository files navigation

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
...

About

Blockchain Chess Lounge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.7%
  • Vue 36.5%
  • Solidity 12.4%
  • SCSS 2.0%
  • HTML 0.4%