https://github.com/moonbeam-foundation/xcm-sdk
The Moonbeam XCM SDK 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 of the origin or destination assets or which extrinsics are used on which networks to
https://github.com/moonbeam-foundation/xcm-sdk
moonbase-alpha moonbeam moonriver sdk xcm xcm-sdk
Last synced: about 1 month ago
JSON representation
The Moonbeam XCM SDK 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 of the origin or destination assets or which extrinsics are used on which networks to
- Host: GitHub
- URL: https://github.com/moonbeam-foundation/xcm-sdk
- Owner: moonbeam-foundation
- License: mit
- Created: 2022-07-08T09:29:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:45:19.000Z (7 months ago)
- Last Synced: 2024-10-29T10:02:35.377Z (7 months ago)
- Topics: moonbase-alpha, moonbeam, moonriver, sdk, xcm, xcm-sdk
- Language: TypeScript
- Homepage: https://moonbeam-foundation.github.io/xcm-sdk/latest/
- Size: 4.51 MB
- Stars: 14
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Moonbeam XCM SDK enables developers to easily transfer assets between chains, either between parachains or between a parachain and the relay chain, within the Polkadot/Kusama ecosystem.
Additionally, the Moonbeam MRL SDK allows users to easily transfer liquidity into and across the Polkadot ecosystem from other ecosystems like Ethereum. It builds on the XCM SDK by adding necessary functions to support MRL.
# Main Packages
- [XCM SDK](./packages/sdk/) - Core SDK for executing XCM transfers between chains in the Polkadot/Kusama ecosystem
- [MRL SDK](./packages/mrl/) - Extension of the XCM SDK for transferring liquidity into and across the Polkadot ecosystem from other ecosystems# Documentation
The updated documentation is available [here](https://moonbeam-foundation.github.io/xcm-sdk/latest/).
## v3 (current)
### Usage
- [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/example-usage/xcm)
- [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/example-usage/mrl)### References
- [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/reference/xcm)
- [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/reference/mrl)## v2 (previous)
- [usage](https://moonbeam-foundation.github.io/xcm-sdk/v2/example-usage)
- [references](https://moonbeam-foundation.github.io/xcm-sdk/v2/reference/interfaces)