A secure, auditable, and peer-to-peer chess game — built on the Internet Computer blockchain.
This repo contains the code for the backend (server side) part of the project.
To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.2.9. Bun is a fast all-in-one JavaScript runtime.