Skip to content

Commit

Permalink
docs: Add Indexers sections
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed May 28, 2024
1 parent f5b2d76 commit c9ed6d5
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 18 deletions.
11 changes: 8 additions & 3 deletions docs/dapp/cipher/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,15 @@ blocks using the [`oasis paratime show`] command in [Oasis CLI].
[`oasis paratime show`]: ../../general/manage-tokens/cli/paratime.md#show
[Oasis CLI]: ../../general/manage-tokens/cli/README.md

:::tip
## Indexers

If you are running your own Cipher endpoint and you wish to be added to the
public list above, open an issue at [github.com/oasisprotocol/docs].
No indexers are available for Cipher yet.

:::note

If you are running your own Sapphire endpoint, a block explorer, or an indexer,
open an issue at [github.com/oasisprotocol/docs], if you wish to be added to the
public list above.

:::

Expand Down
26 changes: 20 additions & 6 deletions docs/dapp/emerald/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,29 @@ dedicated RPC endpoints, consider the following providers (in alphabetic order):

## Block Explorers

| Provider | Mainnet URL | Testnet URL | EIP-3091 compatible |
| Name/Provider | Mainnet URL | Testnet URL | EIP-3091 compatible |
|-----------------------------|-------------------------------------------|-------------------------------------------|---------------------|
| [Oasis Protocol Foundation] | https://explorer.oasis.io/mainnet/emerald | https://explorer.oasis.io/testnet/emerald | Yes |
| [Oasis Explorer][Oasis Protocol Foundation] | https://explorer.oasis.io/mainnet/emerald | https://explorer.oasis.io/testnet/emerald | Yes |

:::tip
## Indexers

If you are running your own Emerald endpoint or a block explorer, and you wish
to be added to the public list above, open an issue at
[github.com/oasisprotocol/docs].
| Name/Provider | Mainnet URL | Testnet URL | Documentation |
|------------------------------|-----------------------------------------------------|--------------------------------------------|-------------------|
| [Covalent] | https://api.covalenthq.com/v1/oasis-emerald-mainnet | / | [Unified API docs][Covalent-docs] |
| [SubQuery Network][SubQuery] | / | / | [SubQuery Academy][SubQuery-docs], [QuickStart][SubQuery-quickstart], [Starter project][SubQuery-starter] |

[Covalent]: https://www.covalenthq.com/
[Covalent-docs]: https://www.covalenthq.com/docs/unified-api/
[SubQuery]: https://subquery.network
[SubQuery-docs]: https://academy.subquery.network/
[SubQuery-quickstart]: https://academy.subquery.network/quickstart/quickstart.html
[SubQuery-starter]: https://github.com/subquery/ethereum-subql-starter/tree/main/Oasis/oasis-emerald-starter

:::note

If you are running your own Sapphire endpoint, a block explorer, or an indexer,
open an issue at [github.com/oasisprotocol/docs], if you wish to be added to the
public list above.

:::

Expand Down
37 changes: 28 additions & 9 deletions docs/dapp/sapphire/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,34 @@ dedicated RPC endpoints, consider the following providers (in alphabetic order):

## Block Explorers

| Provider | Mainnet URL | Testnet URL | EIP-3091 compatible |
|-----------------------------|--------------------------------------------|--------------------------------------------|---------------------|
| [Oasis Protocol Foundation] | https://explorer.oasis.io/mainnet/sapphire | https://explorer.oasis.io/testnet/sapphire | Yes |

:::tip

If you are running your own Sapphire endpoint or a block explorer, and you wish
to be added to the public list above, open an issue at
[github.com/oasisprotocol/docs].
| Name/Provider | Mainnet URL | Testnet URL | EIP-3091 compatible |
|---------------------------------------------|--------------------------------------------|--------------------------------------------|---------------------|
| [Oasis Explorer][Oasis Protocol Foundation] | https://explorer.oasis.io/mainnet/sapphire | https://explorer.oasis.io/testnet/sapphire | Yes |

## Indexers

| Name/Provider | Mainnet URL | Testnet URL | Documentation |
|--------------------|----------------------------------------------------------------|------------------------------------------------------|--------------------------------------------|
| [Covalent] | https://api.covalenthq.com/v1/oasis-sapphire-mainnet | https://api.covalenthq.com/v1/oasis-sapphire-testnet | [Unified API docs][Covalent-docs] |
| [Goldsky Subgraph][Goldsky] | / | / | [Documentation site][Goldsky-docs] |
| [Oasis Nexus][Oasis Protocol Foundation] | https://nexus.oasis.io/v1/ | https://testnet.nexus.oasis.io/v1/ | [API][nexus-docs] |
| [SubQuery Network][SubQuery] | / | / | [SubQuery Academy][SubQuery-docs], [QuickStart][SubQuery-quickstart], [Starter project][SubQuery-starter] |

[Covalent]: https://www.covalenthq.com/
[Covalent-docs]: https://www.covalenthq.com/docs/unified-api/
[nexus-docs]: https://nexus.oasis.io/v1/spec/v1.html
[Goldsky]: https://goldsky.com
[Goldsky-docs]: https://docs.goldsky.com
[SubQuery]: https://subquery.network
[SubQuery-docs]: https://academy.subquery.network/
[SubQuery-quickstart]: https://academy.subquery.network/quickstart/quickstart.html
[SubQuery-starter]: https://github.com/subquery/ethereum-subql-starter/tree/main/Oasis/oasis-sapphire-starter

:::note

If you are running your own Sapphire endpoint, a block explorer, or an indexer,
open an issue at [github.com/oasisprotocol/docs], if you wish to be added to the
public list above.

:::

Expand Down

0 comments on commit c9ed6d5

Please sign in to comment.