generated from OpenZeppelin/polkadot-runtime-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from w3f/sub0-reset
Add Sub0 Reset challenges
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Sub0 Reset 2024 Workshop - Lauch your Appchain to Production | ||
|
||
The journey of any production grade application always starts on a test network. Polkadot is privileged to have a high quality testnet: | ||
[Paseo Network](https://github.com/paseo-network), maintained by the community. Paseo network mirrors Polkadot and its system chain | ||
runtimes, making it a play ground to test apps as well as appchains! | ||
|
||
## Tasks | ||
|
||
- (Easy) Register a ParaID on Paseo Network | ||
- (Easy) Build the parachain template node | ||
|
||
- (Intermediate) Build Chainspec with custom collator keys | ||
- (Intermediate) Register genesis state and wasm blob of the parachain (You will need the support of Paseo network maintainers to get sufficient PAS tokens for this) | ||
- (Intermediate) Run collator nodes and set collator keys | ||
|
||
After the parachain is onboarded | ||
|
||
- (Easy) Produce the first parachain block on-demand | ||
- (Intermediate) Add a new pallet to the parachain runtime | ||
- (Advanced) Perform a runtime upgrade | ||
|
||
Integrations with System chains | ||
|
||
- (Easy) Establish a channel with Paseo Asset Hub | ||
- (Intermediate) Register the parachain native token as a foreign asset on Paseo Asset Hub | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters