ethers-rs/ethers-contract/ethers-contract-abigen
DaniPopes ef5a37b2e5
chore: bump syn to 2.0, fix breaking changes
2023-03-18 16:54:53 +01:00
..
src refactor(abigen): keep and use parsed spans (#2247) 2023-03-13 12:49:32 -07:00
Cargo.toml chore: bump syn to 2.0, fix breaking changes 2023-03-18 16:54:53 +01: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.