To run the example, please consider the following:
- Spin up a katana instance ([install here](curl -L https://install.dojoengine.org | bash)):
dojoup -v
katana
- Generates the artifacts to have the abi being extracted:
cd contracts/
make generate_artifacts
- Setup (declare and deploy) the contract of your choice:
make setup_simple_get_set
- Run the example
cargo run --example simple_get_set --all-features