mirror of
https://github.com/logos-storage/logos-storage-docs.git
synced 2026-01-07 15:53:13 +00:00
docs: add devnet page
This commit is contained in:
parent
18a16b2d06
commit
1207feb197
@ -123,6 +123,7 @@ export default withMermaid({
|
|||||||
text: 'Codex networks',
|
text: 'Codex networks',
|
||||||
collapsed: false,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
|
{ text: 'Devnet', link: '/networks/devnet' },
|
||||||
{ text: 'Testnet', link: '/networks/testnet' }
|
{ text: 'Testnet', link: '/networks/testnet' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
30
networks/devnet.md
Normal file
30
networks/devnet.md
Normal 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) |
|
||||||
@ -1,11 +1,11 @@
|
|||||||
# Codex networks
|
# Codex networks
|
||||||
|
|
||||||
At Codex, we are launching several networks which are used for different purposes
|
At Codex, we are launching several networks which are used for different purposes
|
||||||
| Network | Status | Blockchain | Purpose |
|
| 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 |
|
| [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 |
|
| [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 |
|
| Mainnet | :construction: | :construction: | A main public network |
|
||||||
|
|
||||||
The main difference between networks are following
|
The main difference between networks are following
|
||||||
- Network purpose
|
- Network purpose
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user