🧠
DH3 Docs
  • Welcome WEB3 frens
  • 🧠DH3 Focus
    • Effective storage
    • Multichain
    • Quick indexing
    • Parsing and Decoding
    • Exploring
    • Building
    • Data ownership
  • ⚒️Specs
    • Data Streams
      • Storage
      • Streams
      • Channels
    • Stream interceptors
      • Interceptors
        • Selecting stream
        • Defining compute resources
        • Filtering
        • Extracting
        • Transforming
        • Loading
      • Beams
        • Available
        • Create a beam
      • Helpers
        • Dictionaries
      • Execution
      • Examples
    • Data sets
      • Base data sets
      • Bring your data
      • Views
    • Providers
    • API's
      • Backfilling
        • HTTP Methods
        • WebHooks payload
        • Monitoring processes
        • Transaction Filter
    • Other
      • Disaster recovery
Powered by GitBook
On this page
  1. DH3 Focus

Multichain

The data worlds of EVM and Solana are markedly different. Transactions in Solana are transparent, allowing observers to see all transaction effects and account changes on the blockchain. For EVM, this level of transparency is achieved only by programming all transactions and indexing changes that occur during transaction execution. DH3.io goes beyond indexing events for EVM chains, delving deeper into indexing the entire call tree, with all parameters, inter-contract interactions, balance changes, and other critical details needed by analysts. This approach brings the data of EVM chains into close correspondence with the transparency level available for Solana transactions.

  • DPC

Last updated 1 year ago

🧠