generated from open-education-hub/oer-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e978e5f
commit 54377f8
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
chapters/introduction/lab/content/explorer/devnet_testnet.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Devnet & Testnet Blockchain | ||
|
||
While developing applications, there is a need for a development/testing blockchain. | ||
|
||
Inspect: | ||
* [MultiversX Testnet Explorer](https://testnet-explorer.multiversx.com/) | ||
* [MultiversX Devnnet Explorer](https://devnet-explorer.multiversx.com/) | ||
* [Goerli Ethereum Testnet Explorer](https://goerli.etherscan.io/) | ||
* [Sepolia Ethereum Testnet Explorer](https://sepolia.etherscan.io/) | ||
|
||
What differences can you observe? | ||
|
||
These blockchains offer the `Faucet` option where you can mint blockchain tokens (eGLD, ETH, etc.). | ||
This way the development is easier for the community. | ||
|
||
--- | ||
**NOTE** | ||
|
||
All the tokens are "fake" tokens. They are only used to mock the real tokens on the Mainnet. | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Observers | ||
|
||
Observers are a type of nodes that `don't participate in the consensus` but keep a peer-to-peer communication with the rest of the blockchain. | ||
They are usually used to see the communication between nodes (ex: debugging). | ||
|
||
Let's filter the nodes to see only the observers. There is an [Observers](https://explorer.multiversx.com/nodes?type=observer) tab below the `Nodes` section. | ||
|
||
![Observers](../../media/observers.png) | ||
|
||
We can observer the same fields as the nodes, but there is no `Rating`. Why is that? | ||
|
||
Note that each Observer is only on a Shard. | ||
|
||
What should we do if we want to listen to the communication on every shard? | ||
|
||
Observer that there are other types of nodes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters