Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove Shelley and Mary references, rename Daedalus testnet
  • Loading branch information
katomm committed Sep 7, 2021
commit 06d98d0c1f0c71662ab186d5ac311e5d622db93e
6 changes: 3 additions & 3 deletions docs/get-started/testnets-and-devnets.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ To make the difference between Cardano mainnet functionality and testnet functio

Of course, there are still testnets and devnets up and running. If you miss something, please read [where the old content of developers.cardano.org has gone](/docs/get-started/testnets-and-devnets#where-has-the-old-content-of-developerscardanoorg-gone).

## Cardano testnet (aka Mary testnet)
The Shelley testnet after the Mary hard fork is what we usually mean when we refer to `Cardano testnet` or `testnet` in the developer portal. It is your playground when testing [Cardano integration](/docs/integrate-cardano/), building with [transaction metadata](/docs/transaction-metadata/), exploring [native tokens](/docs/native-tokens/) or learning how to [operate a stake pool](/docs/operate-a-stake-pool/). It reflects the functionality of the current Cardano mainnet.
## Cardano testnet
The Alonzo testnet is what we usually mean when we refer to `Cardano testnet` or `testnet` in the developer portal. It is your playground when testing [Cardano integration](/docs/integrate-cardano/), building with [transaction metadata](/docs/transaction-metadata/), exploring [native tokens](/docs/native-tokens/) or learning how to [operate a stake pool](/docs/operate-a-stake-pool/). It reflects the functionality of the current Cardano mainnet.

Because the Cardano testnet is an independent network, separate from the Cardano mainnet, it requires its own token: test ada (tADA).

Expand All @@ -21,7 +21,7 @@ Test ada is worth nothing. With it you can safely perform all tests free of char
To get free test ada, you need to visit the [Cardano testnet faucet](../integrate-cardano/testnet-faucet).

## Where to get a testnet wallet?
- [Daedalus testnet](https://testnets.cardano.org/en/testnets/cardano/get-started/wallet/) is the testnet version of Daedalus wallet.
- [Daedalus Wallet for Cardano Testnet](https://testnets.cardano.org/en/testnets/cardano/get-started/wallet/) is the testnet version of Daedalus wallet.

## What kind of monitoring tools are available for the testnet?
- [Grafana dashboard](https://monitoring.cardano-testnet.iohkdev.io/grafana/d/Oe0reiHef/cardano-application-metrics-v2?orgId=1&refresh=1m&from=now-7d&to=now) provides many health metrics.
Expand Down