@moonbeam-network/xcm-builder 1.0.0-dev.29 → 1.0.0-dev.291

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2022 PureStake
1
+ Copyright 2024 Moonbeam Foundation
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
4
 
package/README.md CHANGED
@@ -1,14 +1,46 @@
1
- ![Moonbeam](https://docs.moonbeam.network/images/builders/interoperability/xcm/sdk/xcm-sdk-banner.png)
1
+ # @moonbeam-network/xcm-builder
2
2
 
3
- The Moonbeam XCM SDK enables developers to easily deposit and withdraw assets to Moonbeam/Moonriver from the relay chain and other parachains in 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 send XCM transfers. To deposit or withdraw assets, you simply define the asset and origin chain you want to deposit from or withdraw back to, along with the sending account's signer, and the amount to send.
3
+ Builders for low-level transaction components used in the Moonbeam XCM SDK and MRL SDK.
4
4
 
5
- # Documentation
5
+ ## Package Information
6
6
 
7
- ## v1 (current)
7
+ **NPM Package:** [https://www.npmjs.com/package/@moonbeam-network/xcm-builder](https://www.npmjs.com/package/@moonbeam-network/xcm-builder)
8
8
 
9
- - TODO: (coming soon)
9
+ **Package Level:** Level 3
10
+ **Depends on:** `@moonbeam-network/xcm-utils`, `@moonbeam-network/xcm-types`
10
11
 
11
- ## v0 (previous)
12
+ ## Features
12
13
 
13
- - [usage](https://docs.moonbeam.network/builders/xcm/xcm-sdk/xcm-sdk/)
14
- - [references](https://docs.moonbeam.network/builders/xcm/xcm-sdk/reference/)
14
+ This package provides builders for:
15
+
16
+ - **Extrinsics** - Construction of blockchain transactions
17
+ - **Contract calls** - Smart contract interaction helpers
18
+ - **Balance retrieval** - Query account balances
19
+ - **Fee calculation** - Estimate transaction costs
20
+ - **Other low-level transaction helpers** - Various utilities for transaction construction
21
+
22
+ ## Documentation
23
+
24
+ ### v4 (current)
25
+
26
+ #### Usage
27
+
28
+ - [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/example-usage/xcm)
29
+ - [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/example-usage/mrl)
30
+
31
+ #### References
32
+
33
+ - [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/reference/xcm)
34
+ - [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/latest/reference/mrl)
35
+
36
+ ### v3 (previous)
37
+
38
+ #### Usage
39
+
40
+ - [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/v3/example-usage/xcm)
41
+ - [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/v3/example-usage/mrl)
42
+
43
+ #### References
44
+
45
+ - [XCM SDK](https://moonbeam-foundation.github.io/xcm-sdk/v3/reference/xcm)
46
+ - [MRL SDK](https://moonbeam-foundation.github.io/xcm-sdk/v3/reference/mrl)