Skip to content

Commit

Permalink
GITBOOK-172: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao authored and gitbook-bot committed Sep 24, 2024
1 parent 8b24b05 commit 2296f4f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
6 changes: 3 additions & 3 deletions pop-cli-for-appchains/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
* [Spinning up Kusama](<guides/spinning-up-a-polkadot-network/spinning-up-the-polkadot-network-1 (1).md>)
* [Spinning up Polkadot](guides/spinning-up-a-polkadot-network/spinning-up-the-polkadot-network-1.md)
* [Running a post-startup command](guides/running-a-post-startup-command.md)
* [Onboarding your Parachain to Polkadot](guides/onboarding-your-parachain-to-polkadot/README.md)
* [Onboarding your parachain locally](guides/onboarding-your-parachain-to-polkadot/running-on-paseo-locally.md)
* [Onboarding your parachain on Paseo](guides/onboarding-your-parachain-to-polkadot/running-on-paseo.md)
* [Launching your Parachain on Polkadot](guides/launching-your-parachain-on-polkadot/README.md)
* [Onboarding your parachain locally](guides/launching-your-parachain-on-polkadot/running-on-paseo-locally.md)
* [Onboarding your parachain on Paseo](guides/launching-your-parachain-on-polkadot/running-on-paseo.md)

## POP CLI

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
description: The following are guides on how to launch your parachain on Polkadot.
hidden: true
---

# Launching your Parachain on Polkadot

A typical development workflow for launching your parachain on Polkadot:&#x20;

1. Run your parachain **locally** using Pop CLI.&#x20;
* [ ] Under the hood, Pop CLI launches your parachain to Paseo Local TestNet automatically for development purposes:
* [ ] [Run your parachain on Paseo](../running-your-parachain.md)
2. When ready to test your parachain in a live environment with other parachains:
* [ ] Use [this guide](running-on-paseo-locally.md) to mimic the onboarding process for Paseo TestNet locally.&#x20;
* [ ] When comfortable with onboarding locally, then use the [next guide](running-on-paseo.md) to onboard to Paseo Live TestNet.
3. Launch on Polkadot
* [ ] The process here is similar to launching on Paseo.

This file was deleted.

0 comments on commit 2296f4f

Please sign in to comment.