Skip to content

Commit ac8cc0b

Browse files
Updates references to Substrate. (#114)
1 parent 872d866 commit ac8cc0b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/concepts/validators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: "Validators"
1313

1414
The purpose of the Entropy blockchain is to have a 'single source of truth' for the information which needs to be public and which the threshold signature servers need to have consensus on. For example, we need to have agreement of which validators belong to which signing subgroups, and which subgroups will participate in signing a particular message.
1515

16-
### General functionality from Substrate / Polkadot:
16+
### General functionality from Substrate
1717

1818
- Uses the **[BABE consensus algorithm](https://research.web3.foundation/en/latest/polkadot/block-production/Babe.html)** (Blind Assignment for Blockchain Extension). A brief description of BABE:
1919
- Time is divided into 'epochs', which consist of a series of 'slots' for each block that will be published.

docs/guides/transfer-funds.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Transfer funds"
33
---
44

5-
This page covers how to transfer funds between two addresses. There are several ways to complete a transfer; pick the process that best fits your situation. If you're unsure which process to follow, the [Substrate Explorer](#polkadot-substrate-explorer) workflow is the easiest.
5+
This page covers how to transfer funds between two addresses. There are several ways to complete a transfer; pick the process that best fits your situation. If you're unsure which process to follow, the [Substrate Explorer](#substrate-explorer) workflow is the easiest.
66

7-
## Polkadot Substrate Explorer
7+
## Substrate explorer
88

99
### Prerequisites
1010

@@ -20,12 +20,12 @@ To transfer funds, you must have the following:
2020

2121
![](./images/transfer-funds-import-accounts.png)
2222

23-
1. Start the Polkadot explorer and connect to the `testnet.entropy.xyz:9944` network.
23+
1. Start the Substrate explorer and connect to the `testnet.entropy.xyz:9944` network.
2424
1. Select the **Accounts** dropdown and click **Accounts**.
2525

2626
![](./images/transfer-funds-accounts-dropdown.png)
2727

28-
1. A popup should display asking if you want to grant the Polkadot Explorer access to your wallet. Click **Yes, allow this application access**.
28+
1. A popup should display asking if you want to grant the Substrate Explorer access to your wallet. Click **Yes, allow this application access**.
2929

3030
![](./images/transfer-funds-authorize-application.png)
3131

docs/guides/use-the-explorer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ title: "Use the explorer"
44

55
A blockchain explorer is a web-based tool that functions like a search engine specifically designed for blockchain data. 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.
66

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

99
## Prerequisites
1010

1111
- [Docker](https://docker.com)
1212

1313
:::note Why Docker?
14-
The Entropy networks use regular WebSockets `ws://...`, rather than Secure WebSockets `wss://...`. Due to this limitation, you must run the Polkadot block explorer _locally_. The easiest way to do this is to use Docker.
14+
The Entropy networks use regular WebSockets `ws://...`, rather than Secure WebSockets `wss://...`. Due to this limitation, you must run the block explorer _locally_. The easiest way to do this is to use Docker.
1515
:::
1616

1717
## Run the explorer
@@ -48,4 +48,4 @@ The Entropy networks use regular WebSockets `ws://...`, rather than Secure WebSo
4848

4949
![A functioning blockchain explorer window.](./images/functioning-block-explorer.png)
5050

51-
You should now be able to use the block explorer as usual. Check out the [Polkadot Wiki](https://wiki.polkadot.network/) for details on what information you can get from this blockchain explorer.
51+
You should now be able to use the block explorer as usual. Check out the [wiki](https://wiki.polkadot.network/) for details on what information you can get from this blockchain explorer.

0 commit comments

Comments
 (0)