rococo-runtime

Crates.iorococo-runtime
lib.rsrococo-runtime
version23.0.1
created_at2022-11-21 10:32:18.995366+00
updated_at2025-09-25 13:22:28.912527+00
descriptionRococo testnet Relay Chain runtime.
homepagehttps://paritytech.github.io/polkadot-sdk/
repositoryhttps://github.com/paritytech/polkadot-sdk.git
max_upload_size
id719961
size952,051
Parity Crate Owner (parity-crate-owner)

documentation

README

Rococo: v2.1

Rococo is a testnet runtime with no stability guarantees.

How to build rococo runtime

EpochDurationInBlocks 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/

How to run rococo-local

The Cumulus Tutorial details building, starting, and testing rococo-local and parachains connecting to it.

How to register a parachain on the Rococo testnet

The parachain registration process on the public Rococo testnet is also outlined.

Commit count: 19113

cargo fmt