You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go bindings to the Etherscan.io API, with nearly Full implementation(accounts, transactions, tokens, contracts, blocks, stats), full network support(Mainnet, Ropsten, Kovan, Rinkby, Tobalaba), and only depending on standard library. :wink:
9
+
Go bindings to the Etherscan.io API(and its families like BscScan), with nearly Full implementation(accounts, transactions, tokens, contracts, blocks, stats), full network support(Mainnet, Ropsten, Kovan, Rinkby, Tobalaba), and only depending on standard library. :wink:
10
10
11
11
# Usage
12
12
@@ -22,6 +22,15 @@ func main() {
22
22
// create a API client for specified ethereum net
23
23
// there are many pre-defined network in package
24
24
client:= etherscan.New(etherscan.Mainnet, "[your API key]")
25
+
26
+
// or, if you are working with etherscan-family API like BscScan
0 commit comments