Solidus Network Solidus Network

Solidus v2 Devnet

devnet-v2.solidus.network · chain 50002 · a separate v2 devnet — not the production testnet

Status

checking liveness…

What this is

A single-box devnet standing up the Solidus L1 v2 two-lane stack so its execution numbers are reachable, not just quoted. It is a parallel network with its own chain-id (50002); it is not the production testnet at rpc.solidus.network. Accepts POST JSON-RPC 2.0 — a GET shows this page.

Live block height

curl -X POST https://devnet-v2.solidus.network \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"solidus_getBlockHeight","params":[]}'

Call it twice — the height rises as the four co-located validators produce blocks.

Network

chain-id50002 · v2 devnet
consensusHotStuff-2 BFT · 4 validators
executiontwo-lane — payment + identity · DAG mempool · EVM subnet

Measured single-box ceiling

Apple M4, docs/v2-benchmarks.md: 75.6K TPS payment lane · 17.7K ops/s identity lane · 64.9K TPS on the 95/5 mix. This devnet runs the same stack — it is a reachability endpoint, not a geo-distributed BFT benchmark.

Faucet

curl -X POST https://devnet-v2.solidus.network/faucet/ \
  -H 'content-type: application/json' \
  -d '{"address":"<your-address>"}'