Skip to content

Oceania2018/Etherscan.NetSDK

Repository files navigation

Etherscan.NetSDK

.Net implementation of Etherscan APIs refered to https://etherscan.io/apis

How to use

var etherscan = new EtherscanClient(APIKEY);

var amount = etherscan.GetAccountBalance(ADDRESS);
var transactions = etherscan.GetTransactions(ADDRESS);

Tip Jar

  • Ethereum

Ethereum

0x2FdE97210cd14F6020C67BAFA61d4c227FdC268d

About

.Net implementation of Etherscan APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages