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
"title": "[Set Up a Template](/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/)",
4
+
"content": "Learn to compile and run a local parachain node using Polkadot SDK. Launch, run, and interact with a pre-configured runtime template.",
5
+
"icon": ":fontawesome-solid-1:"
6
+
},
7
+
{
8
+
"title": "[Build a Custom Pallet](/tutorials/polkadot-sdk/parachains/zero-to-hero/build-custom-pallet/)",
9
+
"content": "Learn how to build a custom pallet for Polkadot SDK-based blockchains with this step-by-step guide. Create and configure a simple counter pallet from scratch.",
10
+
"icon": ":fontawesome-solid-2:"
11
+
},
12
+
{
13
+
"title": "[Pallet Unit Testing](/tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-unit-testing/)",
14
+
"content": "Discover how to create thorough unit tests for pallets built with the Polkadot SDK, using a custom pallet as a practical example.",
15
+
"icon": ":fontawesome-solid-3:"
16
+
},
17
+
{
18
+
"title": "[Add Pallets to the Runtime](/tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime/)",
19
+
"content": "Add pallets to your runtime for custom functionality. Learn to configure and integrate pallets in Polkadot SDK-based blockchains.",
"content": "Learn how to benchmark Polkadot SDK-based pallets, assigning precise weights to extrinsics for accurate fee calculation and runtime optimization.",
25
+
"icon": ":fontawesome-solid-5:"
26
+
},
27
+
{
28
+
"title": "[Deploy on Paseo TestNet](/tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet/)",
29
+
"content": "This guide walks you through the journey of deploying your Polkadot SDK blockchain on Paseo, detailing each step to a successful TestNet deployment.",
The **Parachain Zero To Hero Tutorials** provide developers with a series of step-by-step guides to building, testing, and deploying custom pallets and runtimes using the Polkadot SDK. These tutorials are designed to help you gain hands-on experience and understand the core concepts necessary to create efficient and scalable blockchains.
26948
+
The **Parachain Zero To Hero Tutorials** provide developers with a series of step-by-step guides to building, testing, and deploying custom pallets and runtimes using the Polkadot SDK. These tutorials are designed to help you gain hands-on experience and understand the core concepts necessary to create efficient and scalable blockchains.
26949
26949
26950
-
To get the most from this section, start with the [Set Up a Template](/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/){target=\_blank} guide. As you complete each guide, look for **Where to Go Next** to move to the following guide in the series.
26950
+
To get the most from this section, complete the guides in the order shown, starting with the [Set Up a Template](/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/){target=\_blank} guide. As you complete each guide, look for **Where to Go Next** to move to the next guide in the series.
Copy file name to clipboardExpand all lines: tutorials/polkadot-sdk/parachains/zero-to-hero/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ template: index-page.html
6
6
7
7
# Parachain Zero To Hero Tutorials
8
8
9
-
The **Parachain Zero To Hero Tutorials** provide developers with a series of step-by-step guides to building, testing, and deploying custom pallets and runtimes using the Polkadot SDK. These tutorials are designed to help you gain hands-on experience and understand the core concepts necessary to create efficient and scalable blockchains.
9
+
The **Parachain Zero To Hero Tutorials** provide developers with a series of step-by-step guides to building, testing, and deploying custom pallets and runtimes using the Polkadot SDK. These tutorials are designed to help you gain hands-on experience and understand the core concepts necessary to create efficient and scalable blockchains.
10
10
11
-
To get the most from this section, start with the [Set Up a Template](/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/){target=\_blank} guide. As you complete each guide, look for **Where to Go Next** to move to the following guide in the series.
11
+
To get the most from this section, complete the guides in the order shown, starting with the [Set Up a Template](/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/){target=\_blank} guide. As you complete each guide, look for **Where to Go Next** to move to the next guide in the series.
0 commit comments