Open mattsse opened 3 years ago
Transactions were implemented in #512. @brockelmore if you end up looking at dapp create
(https://github.com/gakonst/dapptools-rs/issues/43) you may want to take a look at the verification issue @mattsse mentions above.
Tracking issue for complete
ethers-etherscan
client crateEndpoints
Overview https://docs.etherscan.io/api-endpoints/
Initial WIP
https://github.com/gakonst/dapptools-rs/pull/82#486with the
Query
type, etherscan api requests can be easily created likeSome endpoints will require quite a bit of parameters, for these cases (>3 params) a config struct with
Serialize
should be created, (check https://github.com/gakonst/ethers-rs/blob/master/ethers-etherscan/src/lib.rs#L201-L229)Other todos
ethers
internal usage inabigen