coinbase / mesh-specifications

Specification files for the Mesh Blockchain Standard
Apache License 2.0
324 stars 92 forks source link

Indexer Endpoints #66

Closed patrick-ogrady closed 3 years ago

patrick-ogrady commented 3 years ago

This PR adds support for standard "indexer" endpoints (optional for any Rosetta implementation to complete). Anyone can write a compliant Rosetta Indexer by supporting these new endpoints and clients can access any of these indexers without a separate SDK.

Changes