You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Launch a Simple Parachain > Choose a Template (#1053)
* Update content
* Update content
* Update parachains/launch-a-parachain/choose-a-template.md
Co-authored-by: Nicolás Hussein <[email protected]>
* Update content
* Update content
* Update templates
* switch goal of guide to be only on using the template
* remove target=blank on all links since the purpose is to move the user to the next page
* update filename
* grammar and formatting
* llms
* punctuation fix
---------
Co-authored-by: Nicolás Hussein <[email protected]>
Co-authored-by: Erin Shaben <[email protected]>
|[Choose a Template](/parachains/launch-a-parachain/choose-a-template/){target=\_blank} | Polkadot SDK |Explore runtime templates and understand development possibilities|
19
-
|[Launch a Local Parachain](/parachains/testing/run-a-parachain-network/){target=\_blank} | Zombienet, Chopsticks | Set up a local development environment for testing |
20
-
|[Connect to Polkadot](/chain-interactions/query-on-chain-data/query-sdks/){target=\_blank} | Polkadot.js, Substrate Connect | Connect your application to Polkadot networks |
21
-
|[Fork an Existing Parachain](/parachains/testing/fork-a-parachain/){target=\_blank}| Chopsticks | Create a local fork of a live parachain for testing |
|[Set Up the Parachain Template](/parachains/launch-a-parachain/set-up-the-parachain-template/)| Polkadot SDK |Learn how to set up and run the Polkadot SDK Parachain Template locally|
19
+
|[Launch a Local Parachain](/parachains/testing/run-a-parachain-network/)| Zombienet, Chopsticks |Set up a local development environment for testing|
20
+
|[Connect to Polkadot](/chain-interactions/query-on-chain-data/query-sdks/)| Polkadot.js, Substrate Connect |Connect your application to Polkadot networks|
21
+
|[Fork an Existing Parachain](/parachains/testing/fork-a-parachain/)| Chopsticks |Create a local fork of a live parachain for testing|
22
22
23
23
## Launch a Simple Parachain
24
24
25
25
Learn the fundamentals of launching and deploying a parachain to the Polkadot network.
|[Choose a Template](/parachains/launch-a-parachain/choose-a-template/){target=\_blank} | Explore different runtime templates and understand the possibilities of runtime development|
30
-
|[Deploy to Polkadot](/parachains/launch-a-parachain/deploy-to-polkadot/){target=\_blank} | Step-by-step tutorial to deploying your parachain to Polkadot|
31
-
|[Obtain Coretime](/parachains/launch-a-parachain/obtain-coretime/){target=\_blank}| Learn how to acquire blockspace using Polkadot's coretime model (RegionX)|
|[Add Existing Pallets to the Runtime](/parachains/customize-runtime/add-existing-pallets/){target=\_blank}| Integrate pre-built pallets from the FRAME ecosystem |
40
-
|[Add Multiple Instances of a Pallet](/parachains/customize-runtime/add-pallet-instances/){target=\_blank}| Configure and use multiple instances of the same pallet |
41
-
|[Add Smart Contract Functionality](/parachains/customize-runtime/add-smart-contract-functionality/){target=\_blank}| Enable smart contract capabilities using Contracts or EVM pallets |
|[Create a Custom Pallet](/parachains/customize-runtime/pallet-development/create-a-pallet/){target=\_blank}| Build a pallet from scratch with custom logic |
50
-
|[Mock Your Runtime](/parachains/customize-runtime/pallet-development/mock-runtime/){target=\_blank}| Set up a mock runtime environment for testing |
51
-
|[Pallet Unit Testing](/parachains/customize-runtime/pallet-development/pallet-testing/){target=\_blank}| Write comprehensive tests for your pallet logic |
52
-
|[Add Your Custom Pallet to the Runtime](/parachains/customize-runtime/pallet-development/add-pallet-to-runtime/){target=\_blank}| Integrate your custom pallet into your parachain runtime |
53
-
|[Benchmark the Custom Pallet](/parachains/customize-runtime/pallet-development/benchmark-pallet/){target=\_blank}| Measure and optimize pallet performance with benchmarking |
|[Create a Custom Pallet](/parachains/customize-runtime/pallet-development/create-a-pallet/)| Build a pallet from scratch with custom logic |
50
+
|[Mock Your Runtime](/parachains/customize-runtime/pallet-development/mock-runtime/)| Set up a mock runtime environment for testing |
51
+
|[Pallet Unit Testing](/parachains/customize-runtime/pallet-development/pallet-testing/)| Write comprehensive tests for your pallet logic |
52
+
|[Add Your Custom Pallet to the Runtime](/parachains/customize-runtime/pallet-development/add-pallet-to-runtime/)| Integrate your custom pallet into your parachain runtime |
53
+
|[Benchmark the Custom Pallet](/parachains/customize-runtime/pallet-development/benchmark-pallet/)| Measure and optimize pallet performance with benchmarking |
54
54
55
55
## Testing
56
56
57
57
Test your parachain in various environments before production deployment.
|[Open HRMP Channels Between Parachains](/parachains/interoperability/channels-between-parachains/){target=\_blank}| Establish communication channels with other parachains |
81
-
|[Open HRMP Channels with System Parachains](/parachains/interoperability/channels-with-system-parachains/){target=\_blank}| Connect with Asset Hub and other system parachains |
|[Open HRMP Channels Between Parachains](/parachains/interoperability/channels-between-parachains/)| Establish communication channels with other parachains |
81
+
|[Open HRMP Channels with System Parachains](/parachains/interoperability/channels-with-system-parachains/)| Connect with Asset Hub and other system parachains |
82
82
83
83
## Integrations
84
84
85
85
Integrate your parachain with essential ecosystem tools and services.
0 commit comments