cd contracts/pool
You can build it by running:
forc build --release
A Rust script to conviniently test the smart contract on testnet
cd contracts/interaction-tools
Add your MNEMONIC phrace into the .env
file.
Run it with:
cargo run
cd backend
Run locally with:
pnpm dev
For a thorough understanding and to dive deeper into each feature, refer to the original documentation website.