Account-based blockchains store information in cryptographically-provable structures such as Patricia Merkle trees.

These structures don't lend well to indexing.

Motivation

Allow O(1) retrieval of information for block header data, account data of any account-based blockchain.

Scope of work

Work has started in the module blockchain-indexing. Need to add accounts.

  • No labels