This repository is supposed to be a template for a new arena algorithm.
- Create a new repository on top of the template.
- Describe your character's behaviour in
src/lib.rs
. - Build the project via
cargo build --release
. - After successful build your algorithm can be found by the following path
target/wasm32-unknown-unknown/<algorithm-name>.opt.wasm
I guess the best way is to deploy the new algorithm to vara mainnet or testnet (arena contracts should be presented on both) and test it in battle!