This milestone focuses on allowing users to look up details of Litecoin transactions and blocks.
- 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.
Planned
- Planned: Milestone 10 (Upgrade Retrieval Engine)
- 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.