Skip to content

Display address latest transactions #104

@MatiasOS

Description

@MatiasOS

Summary

Given an address, the explorer should list:

  • All transactions where the address appears as from or to
  • Ordered by block number and transaction index (newest first)
  • Display metadata

Discussion

Don't use indexer service

  • Use eth_getBlockByNumber and index locally backwards
  • Cache results for X time
  • This method is very slow, user should know

With indexer

  • Use Third-party API or build an indexer in-house

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions