Skip to content

Index service for OpCo internal use

License

Notifications You must be signed in to change notification settings

Agoric/opco-subql

 
 

Repository files navigation

OpCo indexer

This uses SubQuery to index some transfer events and messages on the Agoric chain that are relevant to OpCo.

See also the Agoric SubQuery project.

Usage

Explorer URL: https://explorer.subquery.network/subquery/agoric-labs/internal

Data

The entities currently indexed:

  • Fast USDC Transactions

Performance

Sources of latency:

  • Waiting for new blocks. RPC itself can be delayed.
  • Processing time of blocks.
  • DB delay. OnFinality has some caching which batches DB operations.

Developing

This should be the same as the Agoric SubQuery project. See Developing in its README.

About

Index service for OpCo internal use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.0%
  • TypeScript 48.7%
  • Shell 1.3%