docs: add devnet page (#82)

This commit is contained in:
Slava 2025-07-01 13:49:39 +03:00 committed by GitHub
parent 18a16b2d06
commit 3345b87278
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 36 additions and 5 deletions

View File

@ -123,6 +123,7 @@ export default withMermaid({
text: 'Codex networks',
collapsed: false,
items: [
{ text: 'Devnet', link: '/networks/devnet' },
{ text: 'Testnet', link: '/networks/testnet' }
]
},

30
networks/devnet.md Normal file
View File

@ -0,0 +1,30 @@
---
outline: [2, 4]
---
# Codex Devnet
The Codex Devnet has been launched and is ready to be used for development :building_construction:
## Devnet data
### Bootstrap Nodes
For Devnet we are using separate bootstrap nodes and their SPR's could be found in [GitHub repository](https://github.com/codex-storage/codex-spr) and accessed via endpoint [`spr.codex.storage/devnet`](https://spr.codex.storage/devnet).
### Smart contracts
| Contract | Address |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| Token | [`0xccbb4947f53f7ddf05f0E4A686E6927D17e13e66`](https://sepoliascan.status.network/address/0xccbb4947f53f7ddf05f0E4A686E6927D17e13e66) |
| Marketplace | [`marketplace.codex.storage/codex-devnet/latest`](https://marketplace.codex.storage/codex-devnet/latest) |
### Endpoints
Please check [Status Network Docs](https://docs.status.network) for additional details.
| # | Service | URL |
| - | --------------- | ------------------------------------------------------------------------------ |
| 1 | Geth Public RPC | [public.sepolia.rpc.status.network](https://public.sepolia.rpc.status.network) |
| 2 | Block explorer | [sepoliascan.status.network](https://sepoliascan.status.network) |
| 3 | Faucet ETH | [faucet.status.network](https://faucet.status.network) |
| 4 | Faucet TST | [faucet-tst.devnet.codex.storage](https://faucet-tst.devnet.codex.storage) |

View File

@ -1,11 +1,11 @@
# Codex networks
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 |
| Network | Status | Blockchain | Purpose |
| ------------------ | ------------------ | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [Devnet](devnet) | :white_check_mark: | [Status Network](https://status.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 |
The main difference between networks are following
- Network purpose