From 2c16109eda1c9f2b842069215a12726b057b3118 Mon Sep 17 00:00:00 2001 From: 0xLucca <0xlucca.dev@gmail.com> Date: Mon, 2 Dec 2024 14:06:18 -0300 Subject: [PATCH] Add xcm channels --- develop/interoperability/xcm-channels.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/develop/interoperability/xcm-channels.md b/develop/interoperability/xcm-channels.md index e1220c983..942778b12 100644 --- a/develop/interoperability/xcm-channels.md +++ b/develop/interoperability/xcm-channels.md @@ -55,9 +55,26 @@ Parachain developers have a few options for triggering the required extrinsic ca - **Governance** - the parachain's governance system, such as a council or OpenGov, can be used to authorize the channel opening calls - **Privileged accounts** - the parachain may have other designated privileged accounts that are allowed to dispatch the HRMP channel opening extrinsics -## Where to Go Next +## Tutorials Explore the following tutorials for detailed, step-by-step guidance on setting up cross-chain communication channels in Polkadot: -- [Opening HRMP Channels Between Parachains](/tutorials/interoperability/xcm-channels/para-to-para/) -- [Opening HRMP Channels with System Parachains](/tutorials/interoperability/xcm-channels/para-to-system/) \ No newline at end of file +