Files
pezkuwi-subxt/parachain-template
Alexander Popiak 8ab829f98c Use pallet-xcm for version wrapping (#689)
* use PolkadotXcm for XcmRouter WrapVersion

* use PolkadotXcm for version wrapping

Co-authored-by: Bryan Chen <xlchen1291@gmail.com>
2021-10-20 17:41:58 +02:00
..
2021-10-08 11:32:41 +02: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.