diff --git a/tutorials/index.md b/tutorials/index.md index 7ebf7090..3e080bf2 100644 --- a/tutorials/index.md +++ b/tutorials/index.md @@ -45,15 +45,15 @@ _Coming Soon_
Learn how to compile and launch a local blockchain node using Polkadot SDK. Launch, run, and interact with a pre-configured node template.
+ +Learn to compile and run a local parachain node using Polkadot SDK. Launch, run, and interact with a pre-configured runtime template.
This tutorial will guide you through preparing a relay chain so that you can connect a test parachain node to it for local testing.
+ +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.