Contains automatically-generated Rust bindings from Solidity ABI.
Additional bindings can be generated by doing the following:
- add an ABI file in the
abi
directory, using the ethers-js ABI formats; - update the build script's
MultiAbigen::new
call; - build the crate once with
cargo build -p foundry-abi
, generating the bindings for the first time; - export the newly-generated bindings at the root of the crate, in
lib.rs
.