Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.72 KB

File metadata and controls

48 lines (32 loc) · 2.72 KB

Contracts Tests soldeer.xyz License

Bindings Tests crates.io License

AnomaPay ERC20 Forwarder

A forwarder contract written in Solidity that enables wrapping and unwrapping of arbitrary ERC20 tokens on the AnomaPay application using the Anoma EVM protocol adapter.

Project Structure

This monorepo is structured as follows:

.
├── audits
├── bindings
├── contracts
├── Cargo.lock
├── Cargo.toml
├── README.md
└── RELEASE_CHECKLIST.md

The contracts folder contains the contracts written in Solidity as well as Foundry forge tests and deploy scripts.

The bindings folder 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.

Audits

Our software undergoes regular audits:

  1. Informal Systems

    📄 Audit Report (pdf)

Security

If you believe you've found a security issue, we encourage you to notify us via Email at security@anoma.foundation.

Please do not use the issue tracker for security issues. We welcome working with you to resolve the issue promptly.