TriplEight / substrate-parachain-template

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

Home Page:https://github.com/paritytech/cumulus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Substrate Cumulus Parachain Template

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

This project is originally a fork of the 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 for each release of Polkadot. It is generated directly to the upstream Parachain Template in Cumulus at each release branch using the Substrate Template Generator.

👉 Learn more about parachains here, and parathreads here.

🧙 Learn about how to use this template and run your own parachain testnet for it in the Devhub Cumulus Tutorial.

CI

Binary

Check the CI release workflow to see how the binary is built on CI. You can modify the compilation targets depending on your needs.

Allow GitHub actions in your forked repository to build the binary for you.

Push a tag. For example, v0.1.1. Based on Semantic Versioning, the supported tag format is v?MAJOR.MINOR.PATCH(-PRERELEASE)?(+BUILD_METADATA)? (the leading "v", pre-release version, and build metadata are optional and the optional prefix is also supported).

After the pipeline is finished, you can download the binary from the releases page.

Container

Check the CI release workflow to see how the Docker image is built on CI.

Add your DOCKERHUB_USERNAME and DOCKERHUB_TOKEN secrets or other organization settings to your forked repository. Change the DOCKER_REPO variable in the workflow to [your DockerHub registry name]/[image name].

Push a tag.

After the image is built and pushed, you can pull it with docker pull <DOCKER_REPO>:<tag>.

About

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

https://github.com/paritytech/cumulus

License:The Unlicense


Languages

Language:Rust 98.9%Language:Dockerfile 1.1%