Files
pezkuwi-subxt/cumulus/parachain-template
Bastian Köcher c6c9ee1a09 Remove parachain-id cli command (#739)
This was never planned to be a permanent feature. This was mainly added for testing purposes, but
now was copied by everybody. The users should be more specific about the para id and set this
properly in the chain spec.
2021-11-10 08:56:00 +01:00
..
2021-09-23 20:47:47 +03:00
2021-09-23 20:47:47 +03:00

Substrate Cumulus Parachain Template

A new Cumulus-based Substrate node, ready for hacking ☁️..

This project is a fork of the Substrate Node Template modified to include dependencies required for registering this node as a parathread or parachain to the Rococo relay chain. Rococo is Polkadot's parachain testnet 👑.

👉 Learn more about parachains here, and parathreads here.

To learn about how to actually use the template to hack together your own parachain check out the README from the substrate-parachain-template repository.