From 3345b872786ab79849b6e6e9ad6ffbb89e08d5c2 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:49:39 +0300 Subject: [PATCH] docs: add devnet page (#82) --- .vitepress/config.mts | 1 + networks/devnet.md | 30 ++++++++++++++++++++++++++++++ networks/networks.md | 10 +++++----- 3 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 networks/devnet.md diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 5e41b13..aec8b0f 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -123,6 +123,7 @@ export default withMermaid({ text: 'Codex networks', collapsed: false, items: [ + { text: 'Devnet', link: '/networks/devnet' }, { text: 'Testnet', link: '/networks/testnet' } ] }, diff --git a/networks/devnet.md b/networks/devnet.md new file mode 100644 index 0000000..07dfb81 --- /dev/null +++ b/networks/devnet.md @@ -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) | diff --git a/networks/networks.md b/networks/networks.md index 3858283..a8bcec1 100644 --- a/networks/networks.md +++ b/networks/networks.md @@ -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