Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepoviola/substrate-parachain-template-zombienet
substrate-parachain-template with zombienet/Dockerfile support
https://github.com/pepoviola/substrate-parachain-template-zombienet
Last synced: 5 days ago
JSON representation
substrate-parachain-template with zombienet/Dockerfile support
- Host: GitHub
- URL: https://github.com/pepoviola/substrate-parachain-template-zombienet
- Owner: pepoviola
- License: unlicense
- Created: 2022-05-25T23:18:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T22:53:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T02:33:21.085Z (over 1 year ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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/).