Skip to content

Commit

Permalink
Merge pull request #27 from w3f/sub0-reset
Browse files Browse the repository at this point in the history
Add Sub0 Reset challenges
  • Loading branch information
DrW3RK authored Nov 8, 2024
2 parents c07c653 + d80a382 commit 5c47b65
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
29 changes: 29 additions & 0 deletions docs/sub0-reset-2024.md
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




3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ nav:
- 'collator.md'
- 'ordering-coretime.md'
- 'upgrade.md'
- 'asset-hub.md'
- 'asset-hub.md'
- 'sub0-reset-2024.md'

0 comments on commit 5c47b65

Please sign in to comment.