Files
pezkuwi-subxt/polkadot/runtime/rococo
s0me0ne-unkn0wn b310b575cd Remove transient code after im-online pallet removal (#3383)
Removes transient code introduced to clean up offchain database after
`im-online` pallet removal.

Should be merged after #2290 has been enacted.
2024-03-29 09:12:40 +00:00
..
2024-03-26 18:34:28 +00:00

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.