-
Notifications
You must be signed in to change notification settings - Fork 1
Implement search functionnality #35
Copy link
Copy link
Open
Labels
Description
Todo : Developp the ability to search for specific elements within the blockchain,
To quickly find information related to block numbers, block hashes, account addresses or names, and pool names.
Acceptance Criteria:
1. Search by Block Number:
The search method should allow users to input a block number and retrieve the corresponding block details.
2. Search by Block Hash:
The search method should accept a block hash as input and return the details of the block associated with that hash.
3. Search by Account Address or Name:
Users should be able to search for account details using either the account address or the account name.
The search should return information related to the specified account, such as balance, transaction history, and other relevant details.
4.Search by Pool Name:
The search functionality should support inputting a pool name to find details about a specific pool.
Reactions are currently unavailable