diff --git a/docs/evm/tools/data-indexers.md b/docs/evm/tools/data-indexers.md index a637fe95..6fc18a8a 100644 --- a/docs/evm/tools/data-indexers.md +++ b/docs/evm/tools/data-indexers.md @@ -2,35 +2,47 @@ title: Data indexers --- -Etherlink has public block explorers that use indexers to provide information about Etherlink EVM: +Etherlink has public block explorers that use indexers to provide information about the current chain state and its history. + +For the Etherlink EVM, you may use these explorers: - Etherlink Mainnet: https://explorer.etherlink.com - Etherlink Shadownet Testnet: https://shadownet.explorer.etherlink.com/ -If you need custom information about your contracts or information formatted in a specific way, you may need to run a custom indexer. -Several Etherlink EVM-compatible indexers are listed below. +For the [Michelson interface](/michelson) of Etherlink, you may use these block explorers and indexers providing the same explorer and API that Tezos developers use on Tezos layer 1: + +- Etherlink Mainnet: https://etherlink.tzkt.io/ (API: https://api.etherlink.tzkt.io/) +- Etherlink Shadownet Testnet: https://shadownet.etherlink.tzkt.io/ (API: https://api.shadownet.etherlink.tzkt.io/) + +[TzKT](https://tzkt.io/), developed by Baking Bad, is the main indexer and explorer for Tezos. +For documentation about the TzKT API, see https://api.tzkt.io/. For more information about indexers on Tezos, see [Indexers](https://docs.tezos.com/developing/information/indexers) on docs.tezos.com. -## The Graph +## External Etherlink EVM-compatible indexers + +If you need custom information about your contracts or information formatted in a specific way, you may need to run a custom indexer. +Several Etherlink EVM-compatible indexers are listed below. + +### The Graph [The Graph](https://thegraph.com/) is an indexing protocol for organizing blockchain data and making it easily accessible with GraphQL. Etherlink EVM dApps can use GraphQL to query open APIs called subgraphs, to retrieve data that is indexed on the network. For information on indexing contracts with The Graph, see [Indexing Etherlink EVM contracts with TheGraph](/evm/developing/indexing-graph). -## Subsquid +### Subsquid [Subsquid](https://subsquid.io/) is a peer-to-peer network to quickly batch, query and aggregate on-chain and off-chain data. Learn how to use their SDK with this [guide](https://docs.subsquid.io/sdk/how-to-start/). -## DipDup +### DipDup [DipDup](https://dipdup.io) provides a framework for creating custom indexers. For information on indexing Etherlink EVM with DipDup, see [Etherlink](https://dipdup.io/docs/supported-networks/etherlink) in the DipDup documentation. -## Subquery +### Subquery [Subquery indexer](https://www.subquery.network/indexer) is an open-source indexer that supports Etherlink EVM, along with many other networks. @@ -38,7 +50,7 @@ For examples of using Subquery with Etherlink EVM, see these sample p - Mainnet: https://github.com/subquery/ethereum-subql-starter/tree/main/Etherlink%20Mainnet/etherlink-mainnet-etherlink-starter -## Goldsky +### Goldsky [Goldsky](https://goldsky.com/) makes it easy to access real-time Web3 data with little maintenance. It provides these services: diff --git a/docs/michelson/network-information.mdx b/docs/michelson/network-information.mdx index 1c4ab5c7..6c895183 100644 --- a/docs/michelson/network-information.mdx +++ b/docs/michelson/network-information.mdx @@ -8,10 +8,6 @@ import Link from '@docusaurus/Link'; This page contains information for connecting to the public Etherlink networks via the Michelson interface. For using the networks via the EVM interface, see [EVM network information](/evm/get-started/network-information). -:::caution[Experimental] -The public Michelson endpoints below are experimental and in the process of being rolled out; they may not be reachable yet. -::: - For current and historical status information for Etherlink, see https://status.etherlink.com. :::note @@ -42,7 +38,7 @@ In that case, the URL of your endpoint is `/tezlink` (the pat Indexer - Not yet available + TzKT: {"https://etherlink.tzkt.io"} (API: ) Bridge @@ -71,7 +67,7 @@ In that case, the URL of your endpoint is `/tezlink` (the pat Indexer - Not yet available + TzKT: {"https://shadownet.etherlink.tzkt.io"} (API: ) Faucet