| Crates.io | anoma-pa-evm-bindings |
| lib.rs | anoma-pa-evm-bindings |
| version | 1.0.0 |
| created_at | 2026-01-14 16:56:26.037826+00 |
| updated_at | 2026-01-16 15:33:14.294727+00 |
| description | The Anoma EVM protocol adapter contract bindings and deployments. |
| homepage | https://anoma.net/ |
| repository | |
| max_upload_size | |
| id | 2043239 |
| size | 1,071,725 |
This package provides Rust bindings for the conversion of Rust and RISC Zero types into EVM types and exposes the deployment addresses on the different supported networks using the alloy-rs library.
Get an up-to-date version of Rust with
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install RISC Zero rzup with
curl -L https://risczero.com/install | sh
Install the RISC Zero version 3.0.3 with
rzup install cargo-risczero 3.0.3
Run
cargo build
To test the build, run
cargo test