Skip to content

Commit de2647d

Browse files
authored
Tutorial badges (#506)
* wip * add badges to tutorial section * llms * change the difficulty according to feedback * llms * apply feedback * llms * llms
1 parent ca9244f commit de2647d

File tree

17 files changed

+32
-0
lines changed

17 files changed

+32
-0
lines changed

llms.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18597,6 +18597,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/interoperability/xcm-channels/p
1859718597
---
1859818598
title: Opening HRMP Channels Between Parachains
1859918599
description: Learn how to open HRMP channels between parachains on Polkadot. Discover the step-by-step process for establishing uni- and bidirectional communication.
18600+
tutorial_badge: Advanced
1860018601
---
1860118602

1860218603
# Opening HRMP Channels Between Parachains
@@ -18782,6 +18783,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/interoperability/xcm-channels/p
1878218783
---
1878318784
title: Opening HRMP Channels with System Parachains
1878418785
description: Learn how to open HRMP channels with Polkadot system parachains. Discover the process for establishing bi-directional communication using a single XCM message.
18786+
tutorial_badge: Advanced
1878518787
---
1878618788

1878718789
# Opening HRMP Channels with System Parachains
@@ -18929,6 +18931,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/interoperability/xcm-transfers/
1892918931
---
1893018932
title: XCM Transfers from Relay Chain to Parachain
1893118933
description: Learn how to perform a reserve-backed asset transfer between a relay chain and a parachain using XCM for cross-chain interoperability.
18934+
tutorial_badge: Intermediate
1893218935
---
1893318936

1893418937
# From Relay Chain to Parachain
@@ -19224,6 +19227,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/onchain-governance/fast-track-g
1922419227
---
1922519228
title: Fast Track a Governance Proposal
1922619229
description: Learn how to fast-track governance proposals in Polkadot's OpenGov using Chopsticks. Simulate, test, and execute proposals confidently.
19230+
tutorial_badge: Advanced
1922719231
---
1922819232

1922919233
# Fast Track a Governance Proposal
@@ -24005,6 +24009,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/parachains/zero-to
2400524009
---
2400624010
title: Add Pallets to the Runtime
2400724011
description: Add pallets to your runtime for custom functionality. Learn to configure and integrate pallets in Polkadot SDK-based blockchains.
24012+
tutorial_badge: Beginner
2400824013
---
2400924014

2401024015
# Add Pallets to the Runtime
@@ -24157,6 +24162,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/parachains/zero-to
2415724162
---
2415824163
title: Build a Custom Pallet
2415924164
description: 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.
24165+
tutorial_badge: Beginner
2416024166
---
2416124167

2416224168
# Build a Custom Pallet
@@ -25033,6 +25039,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/parachains/zero-to
2503325039
---
2503425040
title: Deploy on Paseo TestNet
2503525041
description: This guide walks you through the journey of deploying your Polkadot SDK blockchain on Paseo, detailing each step to a successful TestNet deployment.
25042+
tutorial_badge: Advanced
2503625043
---
2503725044

2503825045
# Deploy on Paseo TestNet
@@ -25455,6 +25462,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/parachains/zero-to
2545525462
---
2545625463
title: Obtain Coretime
2545725464
description: Learn how to obtain coretime for block production with this guide, covering both on-demand and bulk options for smooth operations.
25465+
tutorial_badge: Advanced
2545825466
---
2545925467

2546025468
## Introduction
@@ -25571,6 +25579,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/parachains/zero-to
2557125579
---
2557225580
title: Pallet Benchmarking
2557325581
description: Learn how to benchmark Polkadot SDK-based pallets, assigning precise weights to extrinsics for accurate fee calculation and runtime optimization.
25582+
tutorial_badge: Advanced
2557425583
---
2557525584

2557625585
## Introduction
@@ -25926,6 +25935,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/parachains/zero-to
2592625935
---
2592725936
title: Pallet Unit Testing
2592825937
description: Discover how to create thorough unit tests for pallets built with the Polkadot SDK, using a custom pallet as a practical example.
25938+
tutorial_badge: Intermediate
2592925939
---
2593025940

2593125941
# Pallet Unit Testing
@@ -26713,6 +26723,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/parachains/zero-to
2671326723
---
2671426724
title: Set Up a Template
2671526725
description: Learn to compile and run a local parachain node using Polkadot SDK. Launch, run, and interact with a pre-configured runtime template.
26726+
tutorial_badge: Beginner
2671626727
---
2671726728

2671826729
# Set Up a Template
@@ -26918,6 +26929,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/system-chains/asse
2691826929
---
2691926930
title: Convert Assets on Asset Hub
2692026931
description: A guide detailing the step-by-step process of converting assets on Asset Hub, helping users efficiently navigate asset management on the platform.
26932+
tutorial_badge: Intermediate
2692126933
---
2692226934

2692326935
# Convert Assets on Asset Hub
@@ -27306,6 +27318,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/system-chains/asse
2730627318
---
2730727319
title: Register a Foreign Asset on Asset Hub
2730827320
description: An in-depth guide to registering a foreign asset on the Asset Hub parachain, providing clear, step-by-step instructions.
27321+
tutorial_badge: Intermediate
2730927322
---
2731027323

2731127324
# Register a Foreign Asset on Asset Hub
@@ -27444,6 +27457,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/system-chains/asse
2744427457
---
2744527458
title: Register a Local Asset
2744627459
description: Comprehensive guide to registering a local asset on the Asset Hub system parachain, including step-by-step instructions.
27460+
tutorial_badge: Beginner
2744727461
---
2744827462

2744927463
# Register a Local Asset on Asset Hub
@@ -27576,6 +27590,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/testing/fork-live-
2757627590
---
2757727591
title: Fork a Chain with Chopsticks
2757827592
description: Learn how to fork live Polkadot SDK chains with Chopsticks. Configure forks, replay blocks, test XCM, and interact programmatically or via UI.
27593+
tutorial_badge: Beginner
2757927594
---
2758027595

2758127596
# Fork a Chain with Chopsticks
@@ -27952,6 +27967,7 @@ Doc-Content: https://docs.polkadot.com/tutorials/polkadot-sdk/testing/spawn-basi
2795227967
---
2795327968
title: Spawn a Basic Chain with Zombienet
2795427969
description: Learn to spawn, connect to and monitor a basic blockchain network with Zombienet, using customizable configurations for streamlined development and debugging.
27970+
tutorial_badge: Beginner
2795527971
---
2795627972

2795727973
# Spawn a Basic Chain with Zombienet

tutorials/interoperability/xcm-channels/para-to-para.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Opening HRMP Channels Between Parachains
33
description: Learn how to open HRMP channels between parachains on Polkadot. Discover the step-by-step process for establishing uni- and bidirectional communication.
4+
tutorial_badge: Advanced
45
---
56

67
# Opening HRMP Channels Between Parachains

tutorials/interoperability/xcm-channels/para-to-system.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Opening HRMP Channels with System Parachains
33
description: Learn how to open HRMP channels with Polkadot system parachains. Discover the process for establishing bi-directional communication using a single XCM message.
4+
tutorial_badge: Advanced
45
---
56

67
# Opening HRMP Channels with System Parachains

tutorials/interoperability/xcm-transfers/from-relaychain-to-parachain.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: XCM Transfers from Relay Chain to Parachain
33
description: Learn how to perform a reserve-backed asset transfer between a relay chain and a parachain using XCM for cross-chain interoperability.
4+
tutorial_badge: Intermediate
45
---
56

67
# From Relay Chain to Parachain

tutorials/onchain-governance/fast-track-gov-proposal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Fast Track a Governance Proposal
33
description: Learn how to fast-track governance proposals in Polkadot's OpenGov using Chopsticks. Simulate, test, and execute proposals confidently.
4+
tutorial_badge: Advanced
45
---
56

67
# Fast Track a Governance Proposal

tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-runtime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Add Pallets to the Runtime
33
description: Add pallets to your runtime for custom functionality. Learn to configure and integrate pallets in Polkadot SDK-based blockchains.
4+
tutorial_badge: Beginner
45
---
56

67
# Add Pallets to the Runtime

tutorials/polkadot-sdk/parachains/zero-to-hero/build-custom-pallet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Build a Custom Pallet
33
description: 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.
4+
tutorial_badge: Beginner
45
---
56

67
# Build a Custom Pallet

tutorials/polkadot-sdk/parachains/zero-to-hero/deploy-to-testnet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Deploy on Paseo TestNet
33
description: This guide walks you through the journey of deploying your Polkadot SDK blockchain on Paseo, detailing each step to a successful TestNet deployment.
4+
tutorial_badge: Advanced
45
---
56

67
# Deploy on Paseo TestNet

tutorials/polkadot-sdk/parachains/zero-to-hero/obtain-coretime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Obtain Coretime
33
description: Learn how to obtain coretime for block production with this guide, covering both on-demand and bulk options for smooth operations.
4+
tutorial_badge: Advanced
45
---
56

67
## Introduction

tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-benchmarking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Pallet Benchmarking
33
description: Learn how to benchmark Polkadot SDK-based pallets, assigning precise weights to extrinsics for accurate fee calculation and runtime optimization.
4+
tutorial_badge: Advanced
45
---
56

67
## Introduction

0 commit comments

Comments
 (0)