An open API service indexing awesome lists of open source software.

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

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)