Skip to content

Commit

Permalink
Edit basics/what-is-filecoin/networks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirhamasala committed Nov 4, 2024
1 parent ba6be03 commit dd28d1c
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions basics/what-is-filecoin/networks.md
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)

0 comments on commit dd28d1c

Please sign in to comment.