Skip to content

Commit

Permalink
Add xcm channels
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca committed Dec 2, 2024
1 parent 6d57b2e commit 2c16109
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions develop/interoperability/xcm-channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
<div class="grid cards" markdown>

- __Opening HRMP Channels Between Parachains__

---

Learn how to open HRMP channels between parachains on Polkadot. Discover the step-by-step process for establishing uni- and bidirectional communication.

[:octicons-arrow-right-24: Reference](/tutorials/interoperability/xcm-channels/para-to-para/)

- __Opening HRMP Channels with System Parachains__

---

Learn how to open HRMP channels with Polkadot system parachains. Discover the process for establishing bi-directional communication using a single XCM message.

[:octicons-arrow-right-24: Reference](/tutorials/interoperability/xcm-channels/para-to-system/)

</div>

0 comments on commit 2c16109

Please sign in to comment.