Add Codex networks information (#6)

* Fix link to Networks page

* Add brief networks information

* Mention Bootstrap nodes
This commit is contained in:
Slava 2024-09-16 17:03:34 +03:00 committed by GitHub
parent e6473074fa
commit de3f5b983e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 3 deletions

View File

@ -24,7 +24,7 @@ features:
icon: 📚
- title: Networks
details: Participate in Codex network as a Storage operator or Buyer
link: /networks
link: /networks/networks
icon: 🚦
- title: Developers
details: Build and Codex and

View File

@ -1,5 +1,19 @@
# Codex networks
Work in progress :construction:
At Codex, we are launching several networks which are used for different purposes
| Network | Status | Blockchain | Purpose |
| ------------------ | ----------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| Devnet | :building_construction: | [Geth PoA](https://geth.ethereum.org/docs/fundamentals/private-network) | Dedicated for development purposes and following latest `master` builds |
| [Testnet](testnet) | :white_check_mark: | [Geth PoA](https://geth.ethereum.org/docs/fundamentals/private-network) | A public network for testing purposes, following latest releases |
| Mainnet | :construction: | :construction: | A main public network |
Codex networks overview
The main difference between networks are following
- Network purpose
- Bootstrap nodes
- Number of storage nodes
- Available storage volume
- Blockchain network
- Marketplace contract version
- Circuit files set used for proof verification
The easiest way to start to use Codex is to [Join Testnet](testnet).