0xWeb
  • 0xWeb
  • πŸ’»Installation
  • πŸ—ƒοΈBlockchains
  • πŸ“¦Package Manager
    • πŸ“‚Folder structure
    • πŸš€Dequanto dependency
    • πŸŽ†Installing contracts
    • πŸ”’Versioning
  • πŸ”Wallet
    • πŸ”‘Keys notice
    • πŸ™‚Accounts
  • πŸ’»CLI
    • Commands Overview
  • πŸ—„οΈGnosis Safe
    • πŸ™†β€β™‚οΈZero Trust Wallet
  • πŸš€Dequanto
    • ℹ️Info
    • πŸ•ΈοΈRPC Client Pool
    • πŸ—οΈTx Builder
    • πŸ“€Tx Writer
    • ⛓️Blockchain Explorers
    • πŸͺ™Token Services
    • πŸ—ƒοΈIndexer
    • ✨Utilities
  • ⛑️Hardhat
    • ℹ️Info
    • ⬇️Installation
    • 🧩Compile
    • πŸ’«Deploy
  • 0️Openzeppelin
    • Openzeppelin contracts
Powered by GitBook
On this page
  1. Dequanto

Blockchain Explorers

PreviousTx WriterNextToken Services

Last updated 3 years ago

With πŸ”— different Blockchain Explorer Clients are created:

  • πŸ”—

  • πŸ”—

  • πŸ”—

  • πŸ”— (Gnosis Chain)

  • πŸ”—

  • ...more to come

The clients allow to (see the interface πŸ”—)

  • 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 πŸ”— 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

πŸš€
⛓️
BlockChainExplorerFactory
Etherscan
Polyscan
Bscscan
XDaiscan
Arbiscan
IBlockChainExplorer
APIs