Skip to content

Commit

Permalink
Tidies up intro. Simplies content at start of page.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymatthews committed Jan 28, 2025
1 parent 3edc3f8 commit 49ec2ac
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions content/guides/use-the-explorer.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
---
title: "Use the explorer"
lead: "A blockchain explorer is a web-based tool that functions like a search engine specifically designed for blockchain data. This page explains how to connect to one for Entropy."
lead: "A blockchain explorer is a web-based tool that functions like a search engine specifically designed for blockchain data. The act as an interface, allowing users to quickly search, retrieve, and analyze information on the blockchain. This page explains how to view information about the Entropy network through an explorer."
---

Blockchains, like Entropy, store information in public databases called ledgers. These ledgers are transparent, meaning anyone can view them. However, the data can be complex and challenging to understand without assistance. Blockchain explorers act as an interface, allowing users to quickly search, retrieve, and analyze information on the blockchain.
The [Polkadot\{.js\} Apps](https://polkadot.js.org/apps) is a popular user interface for interacting with Substrate blockchains. Since Entropy is built using Substrate, we can use this explorer to search and view chain data on the Entropy network.

{{< callout type="info"}}
**Quick hint**
## Public interface

You can jump straight to the explorer with this link: [polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.entropy.xyz](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.entropy.xyz)
{{< callout type="info" >}}
**Quick hint**: You can jump straight to the explorer with this link: [polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.entropy.xyz](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.entropy.xyz)
{{< /callout >}}

The [Polkadot\{.js\} Apps](https://polkadot.js.org/apps) is a user interface for interacting with Substrate blockchains. Since Entropy is built using Substrate, we can use this explorer to search and view chain data on the Entropy network.

## Public interface

The fastest way to view information about the Entropy blockchain is to visit the public Polkadot\{.js\} interface.

1. Go to [polkadot.js.org/apps](https://polkadot.js.org/apps/#/explorer)
Expand Down

0 comments on commit 49ec2ac

Please sign in to comment.