| Crates.io | rococo-runtime |
| lib.rs | rococo-runtime |
| version | 23.0.1 |
| created_at | 2022-11-21 10:32:18.995366+00 |
| updated_at | 2025-09-25 13:22:28.912527+00 |
| description | Rococo testnet Relay Chain runtime. |
| homepage | https://paritytech.github.io/polkadot-sdk/ |
| repository | https://github.com/paritytech/polkadot-sdk.git |
| max_upload_size | |
| id | 719961 |
| size | 952,051 |
Rococo is a testnet runtime with no stability guarantees.
rococo runtimeEpochDurationInBlocks parameter is configurable via ROCOCO_EPOCH_DURATION environment variable. To build wasm
runtime blob with customized epoch duration the following command shall be executed:
ROCOCO_EPOCH_DURATION=10 ./polkadot/scripts/build-only-wasm.sh rococo-runtime /path/to/output/directory/
rococo-localThe Cumulus Tutorial details building, starting, and
testing rococo-local and parachains connecting to it.
The parachain registration process on the public Rococo testnet is also outlined.