![Polkadot SDK Logo](https://github.com/paritytech/polkadot-sdk/raw/master/docs/images/Polkadot_Logo_Horizontal_Pink_White.png#gh-dark-mode-only)
![Polkadot SDK Logo](https://github.com/paritytech/polkadot-sdk/raw/master/docs/images/Polkadot_Logo_Horizontal_Pink_Black.png#gh-light-mode-only)
![R0GUE Logo](https://private-user-images.githubusercontent.com/1091413/361507077-96830651-c3db-412a-9cb4-6fcd8ea6231b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxODkyODgsIm5iZiI6MTczOTE4ODk4OCwicGF0aCI6Ii8xMDkxNDEzLzM2MTUwNzA3Ny05NjgzMDY1MS1jM2RiLTQxMmEtOWNiNC02ZmNkOGVhNjIzMWIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMTIwMzA4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZjdkMDYwNDZiZWMzZDg5NDQ5MzE3YjAyYjgwZTNkYzM0ZDdiY2UzMzMxYzE0ZmJjNDZhYTZlN2QyMTEzMTc3ZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.OeNLm0BdXHrkPbyc2OruTOl-VWeXbWtQzBxHrlNVwps)
This template is used to generate parachains using Pop CLI - an all-in-one tool for Polkadot development.
It is based on the Polkadot SDK and is updated by R0GUE after releases in the main Polkadot SDK monorepo.
-
⏫ This template provides a starting point to build a parachain.
-
☁️ It is based on the Cumulus framework.
-
🔧 Its runtime is configured with a single custom pallet as a starting point, and a handful of ready-made pallets such as a Balances pallet.
A Polkadot SDK based project such as this one consists of:
Install Pop CLI - the all-in-one Polkadot development tool:
Detailed installation instructions can be found here.
cargo install --force --locked pop-cli
pop new parachain
pop up parachain -f ./network.toml
👉 https://learn.onpop.io/v/appchains/guides/running-your-parachain
-
🧑🏫 To learn about Polkadot in general, Polkadot.network website is a good starting point.
- ⭕ Learn more about parachains here.
-
🧑🔧 For technical introduction, here are the Polkadot SDK documentation resources.
-
📖 To learn how to develop parachains with Pop CLI, read the guides.
-
💡 Be part of our passionate community of Web3 pioneers. Join our Telegram!
-
👥 Additionally, there are GitHub issues and Polkadot Stack Exchange.