Skip to content

v0.18.2

Compare
Choose a tag to compare
@xiangjianmeng xiangjianmeng released this 08 Jul 02:12
· 26 commits to master since this release
0b39da9
Merge PR: add ethclient (#139)

* add evmclient.ethclient

* add ethclient.go

* keep same with master

* add rpc interface

* fix callContext

* fix code rule

* rename main() in sample

* del unusable code

* wrapped rpcClient

* fix sample

* move samples