etherscan api:Golang绑定到以太坊Etherscan.io API | Golang以太坊Etherscan API库 源码
etherscan API 绑定到Etherscan.io API,具有几乎完整的实现(帐户,交易,令牌,合同,块,统计信息),完整的网络支持(主网,Ropsten,Kovan,Rinkby,Tobalaba),并且仅取决于标准库。 :winking_face: 用法 创建一个API实例,然后就可以使用了。 :rocket: import ( "github.com/nanmu42/etherscan-api" "fmt" ) func main () { // create a API client for specified ethereum net // there are
文件列表
etherscan-api-master.zip
(预估有个27文件)
etherscan-api-master
.gitignore
207B
go.mod
49B
block.go
408B
doc.go
383B
response.go
5KB
stat_e2e_test.go
1KB
setup_e2e_test.go
2KB
.travis.yml
171B
error_wrap_test.go
425B
暂无评论