A secure, audited, and peer-to-peer chess game — built on the Internet Computer blockchain.
This repo contains the code for the canister (smart contract) part of the project.
-
Install
uv
→ https://github.com/astral-sh/uv -
Install Rust
→ https://www.rust-lang.org/tools/install -
Sync dependencies
uv sync
-
Activate the virtual environment → Guide here
-
Deploy to the Internet Computer
dfx deploy
For full documentation on the DFINITY SDK (dfx), check this out:
👉 https://internetcomputer.org/docs/building-apps/developer-tools/dfx/dfx-parent/
Built with ❤️ by the Chess on Chain team.