aptos-core
aptos-core copied to clipboard
[Indexer API] Create graphql server with transaction queries
Description
Indexer API is an upgraded indexer server (typescript). There are 2 main upgrades: Rust for scalability and reusability, graphQL for extensibility. The very cool thing here is that we're re-using the same types as the indexer.
Test Plan
TBD. This is just to get early signal.