Files
pezkuwi-subxt/polkadot/runtime/rococo
Branislav Kontur e0c902e3df [xcm-builder] Replaced deprecated CurrencyAdapter with FungibleAdapter (#3287)
I found out during the cleanup of this deprecation message in the
`polkadot-fellows` repository that we deprecated `CurrencyAdapter`
without making the recommended changes.


## TODO
- [ ] fix `polkadot-fellows` bump to 1.6.0
https://github.com/polkadot-fellows/runtimes/pull/159

---------

Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
2024-02-13 19:22:53 +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 exectuted:

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.