Skip to content

Implement search functionnality #35

@Apolixit

Description

@Apolixit

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions