This repo contains Rust implementation of the protocol classes that can be shared between Python server and JS clients of the TACo Network.
- Rust (primary)
- JavaScript (WASM-based)
- Python
A Rust toolchain with version >= 1.87.0
is required. You can use rustup to manage and switch between Rust versions. To install the required version, run:
rustup install <version>
rustup override set <version>
Replace <version>
with the relevant version.
Run the following commands to ensure everything is working correctly:
cargo build
cargo test