Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .config/dictionaries/names.dic
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ Dlab # a branch of SOSV
Hypersphere # Hypersphere Ventures
PNYX # PNYX Ventures

# DotSama
Robonomics
Rockmine
1 change: 1 addition & 0 deletions .config/dictionaries/technical.dic
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ snackbars
sparkline
sproof
squeezy
Stackexchange
stakeform
stakerclaimunstake
startuml
Expand Down
29 changes: 29 additions & 0 deletions code/utils/xcmp/xcm-examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Overview

List of useful to have XCM messages working for testing and playbooks.

General flow for XCM is:

1. Open channels
2. Register foreign assets
3. Obtain assets (mint or swap on DEX)
4. Execute XCM transactions


If any of these steps is missing, parachain XCM messages will not work.

[Teleport transfer KSM from Rococo to Rockmine to specified account](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frococo-rpc.polkadot.io#/extrinsics/decode/0x630101000100a10f01000101002aa47c41b763a16946b6cc7e051174877b14fafe5d8daf075b0e39e2398c8e4c0104000000000b00a0724e180900000000)


[Reserve transfer KSM from Picasso to Kusama to specified account](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpicasso-rpc.composable.finance#/extrinsics/decode/0x29020101000100010100b8e39e87c0fec96f7d012d31a4c27b44bfb504ab359662112e4270e380c8434101040000000002c2eb0b00000000)

[Reserve transfer assets from Kusama to Karura to specified account](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2F1rpc.io%2Fksm#/extrinsics/decode/0x630201000100411f0100010100b8e39e87c0fec96f7d012d31a4c27b44bfb504ab359662112e4270e380c84341010400000000070010a5d4e800000000)

[Swap KSM to KAR on Karura](
https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fkarura-rpc-0.aca-api.network#/extrinsics/decode/0x5d00040008008200800700e876481700)

[Robonomics and Rockmine examples (video)](https://www.youtube.com/watch?v=rygXb21YCDo)

[Templates to setup XCMP channels (tutorial)](https://docs.substrate.io/reference/how-to-guides/parachains/add-hrmp-channels/)

[Substrate Stackexchange XCM questions](https://substrate.stackexchange.com/questions/tagged/xcm)