-
Notifications
You must be signed in to change notification settings - Fork 157
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
9d4b5cf
commit dbca0ea
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
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,42 @@ | ||
--- | ||
title: Testnet environments | ||
metaTitle: Testnet environments | ||
--- | ||
|
||
|
||
Discover the various testnet environments available on Cardano to select the one best suited for your testing needs. | ||
|
||
## Early-stage testing networks | ||
|
||
### SanchoNet | ||
|
||
SanchoNet is an early-stage testnet environment for testing CIP-1694 on-chain governance mechanisms. | ||
|
||
- [**SanchoNet configurations**](https://book.world.dev.cardano.org/env-sanchonet.html) | ||
|
||
### Preview | ||
|
||
Preview is the network environment for testing release candidates | ||
and expanded test scenarios. Preview is meant for DApps, stake pool operators | ||
(SPOs), and exchanges who wish to test mature release candidates. | ||
|
||
- [**Preview configurations**](https://book.world.dev.cardano.org/env-preview.html) | ||
|
||
## Late-stage testing networks | ||
|
||
### Pre-production | ||
|
||
Pre-production is the most mature network for testing purposes, which resembles | ||
a production (mainnet) environment. It is meant for exchanges, SPOs, | ||
pre-deployment DApps, and wallets that wish to test release functionality before | ||
deploying on mainnet. | ||
|
||
- [**Pre-production configurations**](https://book.world.dev.cardano.org/env-preprod.html) | ||
|
||
### Production network (mainnet) | ||
|
||
Production is the live network, also referred to as mainnet. It features | ||
official functionality releases. Exchanges, SPOs, DApps, wallets, and end users | ||
can use the mainnet for development, transaction processing, and other needs. | ||
|
||
- [**Production configurations**](https://book.world.dev.cardano.org/env-mainnet.html) |