43 releases (17 stable)
2.0.14 | Mar 6, 2024 |
---|---|
2.0.11 | Nov 16, 2023 |
2.0.8 | Jul 15, 2023 |
2.0.2 | Mar 28, 2023 |
0.1.3 | Jun 20, 2020 |
#5 in #celo
170,130 downloads per month
Used in 213 crates
(4 directly)
1MB
24K
SLoC
ethers-contract-abigen
Code generation for type-safe bindings to Ethereum smart contracts.
This code generator was adapted from the original ethcontract-rs repository by Gnosis.
For more information, please refer to the book.
lib.rs
:
Abigen
Programmatically generate type-safe Rust bindings for Ethereum smart contracts.
This crate is intended to be used either indirectly with the abigen
procedural macro
or directly from a build script / CLI.
Dependencies
~11–26MB
~411K SLoC