anoma-pa-evm-bindings

Crates.ioanoma-pa-evm-bindings
lib.rsanoma-pa-evm-bindings
version1.0.0
created_at2026-01-14 16:56:26.037826+00
updated_at2026-01-16 15:33:14.294727+00
descriptionThe Anoma EVM protocol adapter contract bindings and deployments.
homepagehttps://anoma.net/
repository
max_upload_size
id2043239
size1,071,725
Christopher Goes (cwgoes)

documentation

README

Bindings Tests crates.io License

Anoma EVM Protocol Adapter Bindings

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.

Prerequisites

  1. Get an up-to-date version of Rust with

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
    
  2. Install RISC Zero rzup with

    curl -L https://risczero.com/install | sh
    
  3. Install the RISC Zero version 3.0.3 with

    rzup install cargo-risczero 3.0.3
    

Usage

Build

Run

cargo build

Test

To test the build, run

cargo test
Commit count: 0

cargo fmt