Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/substrate-developer-hub/substrate-parachain-template
A new Cumulus-based Substrate node, ready for hacking.
https://github.com/substrate-developer-hub/substrate-parachain-template
substrate substrate-node substrate-parachain-template
Last synced: about 1 month ago
JSON representation
A new Cumulus-based Substrate node, ready for hacking.
- Host: GitHub
- URL: https://github.com/substrate-developer-hub/substrate-parachain-template
- Owner: substrate-developer-hub
- License: unlicense
- Created: 2020-07-31T11:09:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T08:47:13.000Z (8 months ago)
- Last Synced: 2024-04-24T07:25:39.851Z (8 months ago)
- Topics: substrate, substrate-node, substrate-parachain-template
- Language: Rust
- Homepage: https://github.com/paritytech/cumulus
- Size: 1.4 MB
- Stars: 211
- Watchers: 9
- Forks: 132
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-substrate - Parachain - Cumulus enabled Substrate node, derived from [upstream](https://github.com/paritytech/cumulus/tree/master/parachain-template). (Templates)
- awesome-substrate - Parachain - Cumulus enabled Substrate node, derived from [upstream](https://github.com/paritytech/cumulus/tree/master/parachain-template). (Templates)
README
# Substrate Cumulus Parachain Template
A new [Cumulus](https://github.com/paritytech/cumulus/)-based Substrate node, ready for hacking ☁️..
This project is originally a fork of the
[Substrate Node Template](https://github.com/substrate-developer-hub/substrate-node-template)
modified to include dependencies required for registering this node as a **parathread** or
**parachain** to a **relay chain**.The stand-alone version of this template is hosted on the
[Substrate Devhub Parachain Template](https://github.com/substrate-developer-hub/substrate-parachain-template/)
for each release of Polkadot. It is generated directly to the upstream
[Parachain Template in Cumulus](https://github.com/paritytech/cumulus/tree/master/parachain-template)
at each release branch using the
[Substrate Template Generator](https://github.com/paritytech/substrate-template-generator/).👉 Learn more about parachains [here](https://wiki.polkadot.network/docs/learn-parachains), and
parathreads [here](https://wiki.polkadot.network/docs/learn-parathreads).🧙 Learn about how to use this template and run your own parachain testnet for it in the
[Devhub Cumulus Tutorial](https://docs.substrate.io/tutorials/v3/cumulus/start-relay/).