ethers-rs/ethers-contract/ethers-contract-abigen
Matthias Seitz ba5f650dec
feat: generate rust structs from solidity JSON ABI (#378)
* add raw abi model

* feat: simplify struct representation

* feat: add struct generation

* use structs as function input

* fix: failing test

* add example

* rustfmt
2021-08-16 10:29:44 +03:00
..
src feat: generate rust structs from solidity JSON ABI (#378) 2021-08-16 10:29:44 +03:00
Cargo.toml feat: generate rust structs from solidity JSON ABI (#378) 2021-08-16 10:29:44 +03:00
README.md docs: add missing attribution to Gnosis for codegen & macros 2020-06-20 17:02:57 +03:00

README.md

This code generator was adapted from the original ethcontract-rs repository by Gnosis.