Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
feat: add blockscout info box (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan authored Oct 13, 2023
1 parent bb54ddd commit be32bb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/module-2/2-explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ You have tried the **ERC20 Messaging dApp** to see Topos in action and have exec

You can now use the **[Topos Explorer](https://explorer.testnet-1.topos.technology)** to see more details. Because Topos subnets are EVM-based, an explorer for Topos can use the standard Ethereum [JSON-RPC API](https://ethereum.org/en/developers/docs/apis/json-rpc/). In addition, the Transmission Control Engine (TCE) will expose a [GraphQL](https://en.wikipedia.org/wiki/GraphQL) endpoint available ([here](https://graphql.topos-subnet.testnet-1.topos.technology/)).

<HighlightBox type="info" title="Blockscout">

In addition to the Topos Explorer, you can also access [Blockscout](https://www.blockscout.com/) instances for the Topos Subnet and Incal. Blockscout is a fully-featured open source blockchain explorer tailored to work with any EVM-based blockchain. Blockscout will provide you with more detailed information about the blockchains themselves while the Topos Explorer will focus on Topos-specific information.

[Topos Blockscout](https://topos.blockscout.testnet-1.topos.technology/) | [Incal Blockscout](https://incal.blockscout.testnet-1.topos.technology/)

</HighlightBox>

{/* include more information about the TCE API if available */}

<Steps>
Expand Down

0 comments on commit be32bb9

Please sign in to comment.