Skip to content

feat: Implement blockchain indexer API routes #1286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 26, 2025

Conversation

lilycom02
Copy link
Contributor

This PR implements the blockchain indexer API routes with the following features:

  • Add block information query endpoint
  • Add transaction information query endpoint
  • Add address transaction history endpoint with pagination
  • Add latest blocks and transactions list endpoints
  • Add universal search endpoint
  • Implement unified response format and error handling
    The implementation provides a complete set of REST APIs for blockchain data querying, which will serve as the backend foundation for the blockchain explorer frontend.

jasonandjay
jasonandjay previously approved these changes Mar 20, 2025
@jasonandjay
Copy link
Collaborator

thanks for your contribution. add wechat DappLearning to join our developer group

@jasonandjay jasonandjay merged commit c824a8e into Dapp-Learning-DAO:main Apr 26, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants