anomapay-erc20-forwarder-bindings

Crates.ioanomapay-erc20-forwarder-bindings
lib.rsanomapay-erc20-forwarder-bindings
version1.0.0
created_at2026-01-15 14:56:38.261376+00
updated_at2026-01-16 17:37:58.387465+00
descriptionThe AnomaPay ERC20 forwarder contract bindings and deployments.
homepagehttps://anomapay.app/
repository
max_upload_size
id2045748
size370,252
Christopher Goes (cwgoes)

documentation

README

Bindings Tests crates.io License

AnomaPay ERC20 Forwarder Bindings

This package provides Rust bindings to the Solidity contracts 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