@magmaprotocol/magma-clmm-sdk 0.3.0 → 0.3.1
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/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<a name="readme-top"></a>
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|

|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
<!-- PROJECT LOGO -->
|
|
8
8
|
<br />
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
<img src="https://archive.magma.zone/assets/image/logo.png" alt="Logo" width="100" height="100">
|
|
12
12
|
</a>
|
|
13
13
|
|
|
14
|
-
<h3 align="center">Magma-CLMM-
|
|
14
|
+
<h3 align="center">Magma-CLMM-SDK</h3>
|
|
15
15
|
|
|
16
16
|
<p align="center">
|
|
17
|
-
Integrating Magma-CLMM-
|
|
17
|
+
Integrating Magma-CLMM-SDK: A Comprehensive Guide, Please see details in document.
|
|
18
18
|
<br />
|
|
19
19
|
<a href="https://magma-1.gitbook.io/magma-developer-docs/developer/dev-overview"><strong>Explore the document »</strong></a>
|
|
20
20
|
<br />
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
## Introduction
|
|
26
26
|
|
|
27
|
-
Magma-CLMM-
|
|
27
|
+
Magma-CLMM-SDK is the official software development kit (SDK) specifically designed for seamless integration with Magma-CLMM. It provides developers with the necessary tools and resources to easily connect and interact with Magma-CLMM, enabling the development of robust and efficient applications.
|
|
28
28
|
|
|
29
29
|
## Getting Started
|
|
30
30
|
To integrate our SDK into your local project, please follow the example steps provided below.
|