ethers-rs/ethers-contract/ethers-contract-abigen
DaniPopes ef7fb0fecf
fix: feature resolution (#2274)
* fix: feature resolution

* docs: add comment explaining resolver
2023-03-17 11:34:00 -07:00
..
src refactor(abigen): keep and use parsed spans (#2247) 2023-03-13 12:49:32 -07:00
Cargo.toml fix: feature resolution (#2274) 2023-03-17 11:34:00 -07:00
README.md chore(deps): bump and use workspace dependencies (#2222) 2023-03-16 12:28:35 -07:00

README.md

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.