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
<h2 class="title">Review the Polkadot SDK's XCM Documentation</h2>
316
+
<hr>
316
317
<p class="description">Dive into the official documentation to learn about the key components for supporting XCM in your parachain and enabling seamless cross-chain communication.</p>
<p class="description">Enhance your XCM skills with step-by-step tutorials on building interoperability solutions on Polkadot SDK-based blockchains.</p>
<h2 class="title">Familiarize Yourself with the XCM Format</h2>
330
+
<hr>
328
331
<p class="description">Gain a deeper understanding of the XCM format and structure, including any extra data it may need and what each part of a message means.</p>
329
332
</a>
330
333
</div>
331
334
<div class="card">
332
335
<a href="/develop/toolkit/interoperability/">
333
336
<h2 class="title">Essential XCM Tools</h2>
337
+
<hr>
334
338
<p class="description">Explore essential tools for creating and integrating cross-chain solutions within the Polkadot ecosystem.</p>
335
339
</a>
336
340
</div>
@@ -3177,18 +3181,21 @@ The [FRAME directory](https://github.com/paritytech/polkadot-sdk/tree/{{dependen
<p class="description">View the source code of the FRAME development environment that provides pallets you can use, modify, and extend to build the runtime logic to suit the needs of your blockchain.</p>
<p class="description">Check out an example pallet demonstrating best practices for writing single-block migrations while upgrading pallet storage.</p>
<p class="description">Check out the docs on Substrate's client telemetry, a part of Substrate that allows ingesting telemetry data with, for example, Polkadot telemetry.</p>
4779
4789
</a>
4780
4790
</div>
@@ -5686,12 +5696,14 @@ Through these guides, you'll learn to:
<p class="description">View the official Chopsticks Github Repository. Check out the code, check out sample commands, and track issues and new releases.</p>
<h2 class="title">Fork Live Chains with Chopsticks</h2>
10358
+
<hr>
10341
10359
<p class="description">Learn how to fork live Polkadot SDK chains with Chopsticks. Configure forks, replay blocks, test XCM, and interact programmatically or via UI.</p>
10342
10360
</a>
10343
10361
</div>
@@ -10377,6 +10395,7 @@ Forking a live chain creates a controlled environment that mirrors live network
<h2 class="title">Step-by-Step Tutorial on Forking Live Chains with Chopsticks</h2>
10398
+
<hr>
10380
10399
<p class="description">This tutorial walks you through how to fork live Polkadot SDK chains with Chopsticks. Configure forks, replay blocks, test XCM execution.</p>
10381
10400
</a>
10382
10401
</div>
@@ -10441,6 +10460,7 @@ Spawning a network provides a controlled environment to test and validate variou
<h2 class="title">Spawn a Chain with Zombienet</h2>
10463
+
<hr>
10444
10464
<p class="description">Learn to spawn, connect to and monitor a basic blockchain network with Zombienet, using customizable configurations for streamlined development and debugging.</p>
10445
10465
</a>
10446
10466
</div>
@@ -11484,6 +11504,7 @@ Whether you're building a new parachain or testing runtime upgrades, Zombienet p
<h2 class="title">Spawn a Chain with Zombienet Tutorial</h2>
11507
+
<hr>
11487
11508
<p class="description">Follow step-by-step instructions to spawn, connect to and monitor a basic blockchain network with Zombienet, using customizable configurations for streamlined development and debugging.</p>
11488
11509
</a>
11489
11510
</div>
@@ -12552,18 +12573,21 @@ Learn the requirements for setting up a Polkadot validator node, along with deta
<h2 class="title">Check Out the Decentralized Nodes Program</h2>
12583
+
<hr>
12561
12584
<p class="description">The Decentralized Nodes program aims to support Polkadot's security and decentralization by involving a diverse set of validators. Learn more and apply.</p>
<h2 class="title">Get Help and Connect With Experts</h2>
12590
+
<hr>
12567
12591
<p class="description">For help, connect with the Polkadot Validator Lounge on Element, where both the team and experienced validators are ready to assist.</p>
12568
12592
</a>
12569
12593
</div>
@@ -12594,24 +12618,28 @@ This section provides guidance on how to set up, activate, and deactivate your v
<p class="description">Explore the technical and system requirements for running a Polkadot validator, including setup, hardware, staking prerequisites, and security best practices.</p>
<h2 class="title">Learn About Staking Mechanics</h2>
12628
+
<hr>
12603
12629
<p class="description">Explore the staking mechanics in Polkadot, focusing on how they relate to validators, including offenses and slashes, as well as reward payouts.</p>
<p class="description">Learn how to manage your Polkadot validator node, including monitoring performance, running a backup validator for maintenance, and rotating keys.</p>
<h2 class="title">Get Help and Connect With Experts</h2>
12642
+
<hr>
12615
12643
<p class="description">For help, connect with the Polkadot Validator Lounge on Element, where both the team and experienced validators are ready to assist.</p>
12616
12644
</a>
12617
12645
</div>
@@ -13953,12 +13981,14 @@ Running a Polkadot validator node involves several key operational tasks to ensu
<p class="description">Check the Polkadot Telemetry dashboard for real-time insights into node performance, including validator status, connectivity, block production, and software version to identify potential issues.</p>
<h2 class="title">Stay Up to Date with Runtime Upgrades</h2>
13991
+
<hr>
13962
13992
<p class="description">Learn how to monitor the Polkadot network for upcoming upgrades, so you can prepare your validator node for any required updates or modifications.</p>
13963
13993
</a>
13964
13994
</div>
@@ -14197,18 +14227,21 @@ Gain a deep understanding of the staking mechanics in Polkadot, with a focus on
<h2 class="title">Dive Deep into Slashing Mechanisms</h2>
14237
+
<hr>
14206
14238
<p class="description">Read the Web3 Foundation's research article on slashing mechanisms for a comprehensive understanding of slashing, along with an in-depth examination of the offenses involved.</p>
<p class="description">Check out Dune's Polkadot Staking Rewards dashboard for a detailed look at validator-specific metrics over time, such as daily staking rewards, nominators count, reward points, and more.</p>
14213
14246
</a>
14214
14247
</div>
@@ -18539,12 +18572,14 @@ Learn to establish and use cross-chain communication channels:
<p class="description">Looking for comprehensive guides and technical resources on XCM? Explore foundational concepts, advanced configuration, and best practices for building cross-chain solutions using XCM.</p>
18549
18584
</a>
18550
18585
</div>
@@ -18581,6 +18616,7 @@ To enable communication between parachains, explicit HRMP channels must be estab
<h2 class="title">Review HRMP Configurations and Extrinsics</h2>
18619
+
<hr>
18584
18620
<p class="description">Learn about the configurable parameters that govern HRMP channel behavior and the dispatchable extrinsics used to manage them.</p>
18585
18621
</a>
18586
18622
</div>
@@ -23922,6 +23958,7 @@ This section provides step-by-step tutorials to help you navigate the technical
<h2 class="title">Learn More About Polkadot's OpenGov</h2>
23961
+
<hr>
23925
23962
<p class="description">Explore Polkadot's decentralized on-chain governance system, OpenGov, including how it works, the proposal process, and key info for developers.</p>
23926
23963
</a>
23927
23964
</div>
@@ -23960,6 +23997,7 @@ Follow these key milestones to guide you through parachain development. Each ste
<p class="description">Explore the fundamentals of Asset Hub, including managing on-chain assets, foreign asset integration, and using XCM for cross-chain asset transfers.</p>
0 commit comments