From 7c6e6786b5b9fb391d411a76e91ff84eef6a9c5a Mon Sep 17 00:00:00 2001 From: katomm Date: Tue, 7 Sep 2021 16:15:55 +0200 Subject: [PATCH 1/5] Fix testnet faucet iFrame --- src/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/custom.css b/src/css/custom.css index fced3e3219..8cdc000ae7 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -111,7 +111,7 @@ div#faucetcontainer { /* determines where the bottom of the page cuts off */ margin-left: -300px; /* defines the left clipping of the faucet page */ - margin-top: -1270px !important; + margin-top: -1010px !important; /* defines the top clipping of the faucet page */ overflow: hidden; -webkit-resize: none; From 06d98d0c1f0c71662ab186d5ac311e5d622db93e Mon Sep 17 00:00:00 2001 From: katomm Date: Tue, 7 Sep 2021 16:31:43 +0200 Subject: [PATCH 2/5] Remove Shelley and Mary references, rename Daedalus testnet --- docs/get-started/testnets-and-devnets.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/get-started/testnets-and-devnets.md b/docs/get-started/testnets-and-devnets.md index 0c3a2c428c..7b57b3d163 100644 --- a/docs/get-started/testnets-and-devnets.md +++ b/docs/get-started/testnets-and-devnets.md @@ -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). @@ -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. From 7c897bcd9cf3b3fdf64e20d20f4378f258d5cd80 Mon Sep 17 00:00:00 2001 From: katomm Date: Tue, 7 Sep 2021 16:56:01 +0200 Subject: [PATCH 3/5] Make the testnet explorer easier to find, update text --- docs/get-started/testnets-and-devnets.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/get-started/testnets-and-devnets.md b/docs/get-started/testnets-and-devnets.md index 7b57b3d163..e692f6d6e0 100644 --- a/docs/get-started/testnets-and-devnets.md +++ b/docs/get-started/testnets-and-devnets.md @@ -11,7 +11,7 @@ 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 -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. +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/). Because the Cardano testnet is an independent network, separate from the Cardano mainnet, it requires its own token: test ada (tADA). @@ -23,10 +23,13 @@ To get free test ada, you need to visit the [Cardano testnet faucet](../integrat ## Where to get a testnet wallet? - [Daedalus Wallet for Cardano Testnet](https://testnets.cardano.org/en/testnets/cardano/get-started/wallet/) is the testnet version of Daedalus wallet. +## Which block explorers can I use for the Cardano testnet? +- [explorer.cardano-testnet.iohkdev.io](https://explorer.cardano-testnet.iohkdev.io/) is a testnet block explorer by [IOHK](https://iohk.io). +- [testnet.cardanoscan.io](https://testnet.cardanoscan.io) is a testnet block explorer by [Cardanoscan](https://cardanoscan.io). + ## 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. - [tokentool.io](https://tokentool.io) lists all native tokens on mainnet and testnet. -- [Cardano testnet explorer](https://explorer.cardano-testnet.iohkdev.io/) is the block explorer for the testnet. ## Where has the old content of developers.cardano.org gone? The developer portal covers everything that you can do on Cardano Mainnet today. To illustrate this difference, we moved the old content of [developers.cardano.org](https://developers.cardano.org) to [testnets.cardano.org](https://testnets.cardano.org) with the launch of this developer portal. From a70b8b9562fbbac8b72d69fbe59bdbd8d46cde25 Mon Sep 17 00:00:00 2001 From: katomm Date: Tue, 7 Sep 2021 17:30:09 +0200 Subject: [PATCH 4/5] Fix indentations --- docs/get-started/testnets-and-devnets.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/get-started/testnets-and-devnets.md b/docs/get-started/testnets-and-devnets.md index e692f6d6e0..f9485b12cb 100644 --- a/docs/get-started/testnets-and-devnets.md +++ b/docs/get-started/testnets-and-devnets.md @@ -11,23 +11,23 @@ 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 -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/). +The `Cardano testnet` 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/). Because the Cardano testnet is an independent network, separate from the Cardano mainnet, it requires its own token: test ada (tADA). -## Where to get test ada? +### Where to get test ada? Test ada is worth nothing. With it you can safely perform all tests free of charge - the reason why you want to develop on the testnet. To get free test ada, you need to visit the [Cardano testnet faucet](../integrate-cardano/testnet-faucet). -## Where to get a testnet wallet? +### Where to get a testnet wallet? - [Daedalus Wallet for Cardano Testnet](https://testnets.cardano.org/en/testnets/cardano/get-started/wallet/) is the testnet version of Daedalus wallet. -## Which block explorers can I use for the Cardano testnet? +### Which block explorers can I use for the Cardano testnet? - [explorer.cardano-testnet.iohkdev.io](https://explorer.cardano-testnet.iohkdev.io/) is a testnet block explorer by [IOHK](https://iohk.io). - [testnet.cardanoscan.io](https://testnet.cardanoscan.io) is a testnet block explorer by [Cardanoscan](https://cardanoscan.io). -## What kind of monitoring tools are available for the testnet? +### 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. - [tokentool.io](https://tokentool.io) lists all native tokens on mainnet and testnet. From e2bb5d3d712b36cae5f9a94343316f177cf7ca89 Mon Sep 17 00:00:00 2001 From: katomm Date: Tue, 7 Sep 2021 17:54:32 +0200 Subject: [PATCH 5/5] Update links --- docs/get-started/testnets-and-devnets.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/get-started/testnets-and-devnets.md b/docs/get-started/testnets-and-devnets.md index f9485b12cb..332537a99c 100644 --- a/docs/get-started/testnets-and-devnets.md +++ b/docs/get-started/testnets-and-devnets.md @@ -8,12 +8,10 @@ image: ./img/og-developer-portal.png To make the difference between Cardano mainnet functionality and testnet functionality clearer, we moved the old content of [developers.cardano.org](https://developers.cardano.org) to [testnets.cardano.org](https://testnets.cardano.org) with the launch of this developer portal. -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 -The `Cardano testnet` 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/). +The [Cardano testnet](https://testnets.cardano.org/en/testnets/cardano/overview/) 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/). -Because the Cardano testnet is an independent network, separate from the Cardano mainnet, it requires its own token: test ada (tADA). +Because the [Cardano testnet](https://testnets.cardano.org/en/testnets/cardano/overview/) is an independent network, separate from the Cardano mainnet, it requires its own token: test ada (tADA). ### Where to get test ada? Test ada is worth nothing. With it you can safely perform all tests free of charge - the reason why you want to develop on the testnet.