βοΈBlockchain Explorers
With BlockChainExplorerFactoryπ different Blockchain Explorer Clients are created:
The clients allow to (see the interface IBlockChainExplorerπ)
receive ABIs and sources for the validated contracts.
0xweb
uses extensively this feature.load transactions, internal transactions, and erc20 transactions for an address
Basically, the public APIsπ are or will be implemented.
With
0xweb config -e
save your API keys to configuration. The API keys are free, though the requests will be throttled, but the client can handle the throttling by queuing the requests
Last updated