Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 769 Bytes

File metadata and controls

21 lines (16 loc) · 769 Bytes

Milestone 11: Implement Transaction & Block Explorer

Description

This milestone focuses on allowing users to look up details of Litecoin transactions and blocks.

Key Tasks

  • Integrate with a Litecoin blockchain explorer API.
  • Implement logic to fetch and display transaction details by ID.
  • Implement logic to fetch and display block information by height.

Status

Planned

Dependencies

  • Planned: Milestone 10 (Upgrade Retrieval Engine)

Acceptance Criteria

  • Users can successfully query transaction details using a transaction ID.
  • Users can successfully query block information using a block height.
  • The system accurately retrieves and presents relevant blockchain data.
  • Responses are well-formatted and easy to interpret.