feat: initialize Kurdistan SDK - independent fork of Polkadot SDK
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
flowchart
|
||||
relay[Relaychain] --> paraA["Parachain(1000)"]
|
||||
relay --> paraB["Parachain(2000)"]
|
||||
|
||||
paraA --> pallet[Pallet]
|
||||
pallet --> indexA[Index 1]
|
||||
pallet --> indexB[Index 2]
|
||||
|
||||
paraA --> account[Account]
|
||||
@@ -0,0 +1,4 @@
|
||||
flowchart
|
||||
docs[xcm_docs] --> fundamentals
|
||||
docs --> guides
|
||||
docs --> cookbook
|
||||
@@ -0,0 +1,6 @@
|
||||
flowchart
|
||||
relay[Relaychain] --"DMP"--> paraA["Parachain(2000)"]
|
||||
relay --"DMP"--> paraB["Parachain(2001)"]
|
||||
|
||||
paraA --"UMP"--> relay
|
||||
paraB --"UMP"--> relay
|
||||
@@ -0,0 +1,3 @@
|
||||
flowchart
|
||||
universe[Universal Location] --> polkadot[Polkadot]
|
||||
universe --> ethereum[Ethereum]
|
||||
@@ -0,0 +1,6 @@
|
||||
flowchart
|
||||
relay[Polkadot] --> assetHub["Asset Hub"]
|
||||
relay --> anotherPara["Another parachain"]
|
||||
|
||||
assetHub --> assetsPallet["Assets Pallet"]
|
||||
assetsPallet --> usdt[1984]
|
||||
Reference in New Issue
Block a user