Objective:
Enhance the current data-fetching process by implementing a feature to retrieve detailed, level-wise transaction history for each wallet on the blockchain. This will provide users with organized and transparent access to their transaction records, allowing them to view historical data per level.
Tasks:
Fetch Historical Data
Implement logic to retrieve transaction data from the blockchain, segmented by level. Each record should be associated with the corresponding level it belongs to.
Ensure data is fetched efficiently to minimize response time and reduce potential load.
Link to Transaction Details
For each transaction entry, generate a direct link to its respective transaction on the blockchain explorer. This should allow users to verify their transactions directly on the blockchain, increasing transparency and trust.
Display by Wallet ID
Fetch data based on the connected wallet ID and provide a user-friendly interface for viewing the transaction history.
The user should be able to filter or sort records by level for easier navigation.
Objective: Enhance the current data-fetching process by implementing a feature to retrieve detailed, level-wise transaction history for each wallet on the blockchain. This will provide users with organized and transparent access to their transaction records, allowing them to view historical data per level.
Tasks:
Fetch Historical Data
Implement logic to retrieve transaction data from the blockchain, segmented by level. Each record should be associated with the corresponding level it belongs to. Ensure data is fetched efficiently to minimize response time and reduce potential load. Link to Transaction Details
For each transaction entry, generate a direct link to its respective transaction on the blockchain explorer. This should allow users to verify their transactions directly on the blockchain, increasing transparency and trust. Display by Wallet ID
Fetch data based on the connected wallet ID and provide a user-friendly interface for viewing the transaction history. The user should be able to filter or sort records by level for easier navigation.