etherscan-api:Golang绑定到以太坊Etherscan.io API | Golang以太坊Etherscan API库

时间:2024-02-26 02:13:47
【文件属性】:

文件名称:etherscan-api:Golang绑定到以太坊Etherscan.io API | Golang以太坊Etherscan API库

文件大小:22KB

文件格式:ZIP

更新时间:2024-02-26 02:13:47

go golang ethereum eth etherscan

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 many pre-defined ne


【文件预览】:
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)
----contract_e2e_test.go(10KB)
----network.go(715B)
----block_e2e_test.go(921B)
----reflect.go(1KB)
----LICENSE(1KB)
----helper.go(2KB)
----README.md(3KB)
----transaction_e2e_test.go(2KB)
----error_wrap.go(686B)
----account.go(4KB)
----helper_test.go(1KB)
----contract.go(673B)
----stat.go(831B)
----client.go(4KB)
----transaction.go(1KB)
----client_test.go(658B)
----README_ZH.md(2KB)
----account_e2e_test.go(4KB)

网友评论