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
Copy file name to clipboardExpand all lines: llms-files/llms-basics.txt
+67-47Lines changed: 67 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -2092,6 +2092,24 @@ For more details on using Astar xcm-tools, consult the [official documentation](
2092
2092
### Chopsticks
2093
2093
2094
2094
The Chopsticks library provides XCM functionality for testing XCM messages across networks, enabling you to fork multiple parachains along with a relay chain. For further details, see the [Chopsticks documentation](/tutorials/polkadot-sdk/testing/fork-live-chains/){target=\_blank} about XCM.
2095
+
2096
+
### Moonbeam XCM SDK
2097
+
2098
+
The [Moonbeam XCM SDK](https://github.com/moonbeam-foundation/xcm-sdk){target=\_blank} enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem. With the SDK, you don't need to worry about determining the [Multilocation](https://github.com/polkadot-fellows/xcm-format?tab=readme-ov-file#7-universal-consensus-location-identifiers){target=\_blank} of the origin or destination assets or which extrinsics are used on which networks.
2099
+
2100
+
The SDK consists of two main packages:
2101
+
2102
+
- **[XCM SDK](https://github.com/moonbeam-foundation/xcm-sdk/tree/main/packages/sdk){target=\_blank}**: Core SDK for executing XCM transfers between chains in the Polkadot/Kusama ecosystem.
2103
+
- **[MRL SDK](https://github.com/moonbeam-foundation/xcm-sdk/tree/main/packages/mrl){target=\_blank}**: Extension of the XCM SDK for transferring liquidity into and across the Polkadot ecosystem from other ecosystems like Ethereum.
- **Cross-ecosystem support**: Enables transfers between Polkadot/Kusama chains and external ecosystems.
2109
+
- **Developer-friendly API**: Provides intuitive interfaces for cross-chain functionality.
2110
+
- **Comprehensive documentation**: Includes usage guides and API references for both packages.
2111
+
2112
+
For detailed usage examples and API documentation, visit the [official Moonbeam XCM SDK documentation](https://moonbeam-foundation.github.io/xcm-sdk/latest/){target=\_blank}.
Copy file name to clipboardExpand all lines: llms-files/llms-dapps.txt
+85-47Lines changed: 85 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -2860,6 +2860,24 @@ For more details on using Astar xcm-tools, consult the [official documentation](
2860
2860
### Chopsticks
2861
2861
2862
2862
The Chopsticks library provides XCM functionality for testing XCM messages across networks, enabling you to fork multiple parachains along with a relay chain. For further details, see the [Chopsticks documentation](/tutorials/polkadot-sdk/testing/fork-live-chains/){target=\_blank} about XCM.
2863
+
2864
+
### Moonbeam XCM SDK
2865
+
2866
+
The [Moonbeam XCM SDK](https://github.com/moonbeam-foundation/xcm-sdk){target=\_blank} enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem. With the SDK, you don't need to worry about determining the [Multilocation](https://github.com/polkadot-fellows/xcm-format?tab=readme-ov-file#7-universal-consensus-location-identifiers){target=\_blank} of the origin or destination assets or which extrinsics are used on which networks.
2867
+
2868
+
The SDK consists of two main packages:
2869
+
2870
+
- **[XCM SDK](https://github.com/moonbeam-foundation/xcm-sdk/tree/main/packages/sdk){target=\_blank}**: Core SDK for executing XCM transfers between chains in the Polkadot/Kusama ecosystem.
2871
+
- **[MRL SDK](https://github.com/moonbeam-foundation/xcm-sdk/tree/main/packages/mrl){target=\_blank}**: Extension of the XCM SDK for transferring liquidity into and across the Polkadot ecosystem from other ecosystems like Ethereum.
- **Cross-ecosystem support**: Enables transfers between Polkadot/Kusama chains and external ecosystems.
2877
+
- **Developer-friendly API**: Provides intuitive interfaces for cross-chain functionality.
2878
+
- **Comprehensive documentation**: Includes usage guides and API references for both packages.
2879
+
2880
+
For detailed usage examples and API documentation, visit the [official Moonbeam XCM SDK documentation](https://moonbeam-foundation.github.io/xcm-sdk/latest/){target=\_blank}.
@@ -6706,6 +6724,24 @@ For more details on using Astar xcm-tools, consult the [official documentation](
6706
6724
### Chopsticks
6707
6725
6708
6726
The Chopsticks library provides XCM functionality for testing XCM messages across networks, enabling you to fork multiple parachains along with a relay chain. For further details, see the [Chopsticks documentation](/tutorials/polkadot-sdk/testing/fork-live-chains/){target=\_blank} about XCM.
6727
+
6728
+
### Moonbeam XCM SDK
6729
+
6730
+
The [Moonbeam XCM SDK](https://github.com/moonbeam-foundation/xcm-sdk){target=\_blank} enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem. With the SDK, you don't need to worry about determining the [Multilocation](https://github.com/polkadot-fellows/xcm-format?tab=readme-ov-file#7-universal-consensus-location-identifiers){target=\_blank} of the origin or destination assets or which extrinsics are used on which networks.
6731
+
6732
+
The SDK consists of two main packages:
6733
+
6734
+
- **[XCM SDK](https://github.com/moonbeam-foundation/xcm-sdk/tree/main/packages/sdk){target=\_blank}**: Core SDK for executing XCM transfers between chains in the Polkadot/Kusama ecosystem.
6735
+
- **[MRL SDK](https://github.com/moonbeam-foundation/xcm-sdk/tree/main/packages/mrl){target=\_blank}**: Extension of the XCM SDK for transferring liquidity into and across the Polkadot ecosystem from other ecosystems like Ethereum.
- **Cross-ecosystem support**: Enables transfers between Polkadot/Kusama chains and external ecosystems.
6741
+
- **Developer-friendly API**: Provides intuitive interfaces for cross-chain functionality.
6742
+
- **Comprehensive documentation**: Includes usage guides and API references for both packages.
6743
+
6744
+
For detailed usage examples and API documentation, visit the [official Moonbeam XCM SDK documentation](https://moonbeam-foundation.github.io/xcm-sdk/latest/){target=\_blank}.
0 commit comments