| Crates.io | anomapay-erc20-forwarder-bindings |
| lib.rs | anomapay-erc20-forwarder-bindings |
| version | 1.0.0 |
| created_at | 2026-01-15 14:56:38.261376+00 |
| updated_at | 2026-01-16 17:37:58.387465+00 |
| description | The AnomaPay ERC20 forwarder contract bindings and deployments. |
| homepage | https://anomapay.app/ |
| repository | |
| max_upload_size | |
| id | 2045748 |
| size | 370,252 |
This package provides Rust bindings to the Solidity contracts 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