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_
- -

Spin Up a Solochain

-

Learn how to compile and launch a local blockchain node using Polkadot SDK. Launch, run, and interact with a pre-configured node template.

+
+

Set Up a Template

+

Learn to compile and run a local parachain node using Polkadot SDK. Launch, run, and interact with a pre-configured runtime template.

- -

Run a Local Relay Chain

-

This tutorial will guide you through preparing a relay chain so that you can connect a test parachain node to it for local testing.

+
+

Build a Custom Pallet

+

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.