Skip to content

Latest commit

 

History

History

abi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

foundry-abi

Contains automatically-generated Rust bindings from Solidity ABI.

Additional bindings can be generated by doing the following:

  1. add an ABI file in the abi directory, using the ethers-js ABI formats;
  2. update the build script's MultiAbigen::new call;
  3. build the crate once with cargo build -p foundry-abi, generating the bindings for the first time;
  4. export the newly-generated bindings at the root of the crate, in lib.rs.