-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit basics/what-is-filecoin/networks.md
- Loading branch information
1 parent
ba6be03
commit dd28d1c
Showing
1 changed file
with
9 additions
and
12 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 |
---|---|---|
@@ -1,28 +1,25 @@ | ||
--- | ||
description: >- | ||
The Filecoin network has several different networks for testing, staging, and | ||
production purposes. This page contains information on available networks. | ||
The Filecoin network has several networks for testing, staging, and production purposes. This page provides information on available networks. | ||
--- | ||
|
||
# Networks | ||
|
||
## Mainnet | ||
|
||
[Mainnet](../../networks/mainnet/) is the live production network that all nodes on the Filecoin network are connected to. It never resets. | ||
[Mainnet](../../networks/mainnet/) is the live production network that connects all nodes on the Filecoin network. It operates continuously without resets. | ||
|
||
## Testnets | ||
|
||
Test networks, or testnets, are version of the Filecoin network that attempt to simulate various aspects of the Filecoin mainnet. Since they are for testing they should not be used for production applications or services. | ||
Test networks, or testnets, are versions of the Filecoin network that simulate various aspects of the mainnet. They are intended for testing and should not be used for production applications or services. | ||
|
||
### Calibration | ||
|
||
[Calibration](../../networks/calibration/) testnet is the most realistic simulation of the mainnet, where prospective storage providers can experience more realistic sealing performance and hardware requirements due to the use of final proofs constructions and parameters, and prospective storage clients can store and retrieve real data on the network. Clients can participate in deal-making workflows and storage/retrieval functionality. It also has the same sector size as the mainnet. | ||
The [Calibration](../../networks/calibration/) testnet offers the closest simulation of the mainnet. It provides realistic sealing performance and hardware requirements due to the use of finalized proofs and parameters, allowing prospective storage providers to test their setups. Storage clients can also store and retrieve real data on this network, participating in deal-making workflows and testing storage/retrieval functionalities. Calibration testnet uses the same sector size as the mainnet. | ||
|
||
* [Public endpoint](https://api.calibration.node.glif.io/rpc/v0) | ||
* [Blockchain explorer](https://calibration.filscan.io/) | ||
* [Calibration Faucet - Chainsafe](https://faucet.calibnet.chainsafe-fil.io) | ||
* [Calibration Faucet - Zondax](https://beryx.zondax.ch/faucet/) | ||
- [Public endpoint](https://api.calibration.node.glif.io/rpc/v0) | ||
- [Blockchain explorer](https://calibration.filscan.io/) | ||
- [Calibration Faucet - Chainsafe](https://faucet.calibnet.chainsafe-fil.io) | ||
- [Calibration Faucet - Zondax](https://beryx.zondax.ch/faucet/) | ||
|
||
|
||
|
||
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill\_Page+URL=https://docs.filecoin.io/basics/what-is-filecoin/networks)  | ||
[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill_Page+URL=https://docs.filecoin.io/basics/what-is-filecoin/networks) |