Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 274 Bytes

File metadata and controls

27 lines (18 loc) · 274 Bytes

Bitcoin Computer Chess App

Usage

Start a Bitcoin Computer Node in the package node. Then copy the .env.example file.

cp .env.example .env

Deploy the smart contracts

npm run deploy

Start the App

npm run dev

Test

npm test