From 9b5a4ae01e449b8c0bfdc62506f4741a7d234419 Mon Sep 17 00:00:00 2001 From: 0xLucca <0xlucca.dev@gmail.com> Date: Tue, 17 Dec 2024 10:23:29 -0300 Subject: [PATCH] Update tutorials section index file --- tutorials/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.