rango-sdk-basic 0.0.15 → 0.1.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 CHANGED
@@ -1,23 +1,21 @@
1
- # 1. Rango Exchange Basic SDK (BETA)
1
+ # Rango Exchange SDK
2
+
3
+ ## Basic SDK (Single Step Tx)
2
4
 
3
5
  [![npm version](https://badge.fury.io/js/rango-sdk-basic.svg)](https://badge.fury.io/js/rango-sdk-basic)
4
6
  [![license](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/rango-exchange/rango-sdk/blob/master/LICENSE)
5
7
 
6
- This is the first phase of Rango SDK which only wraps Rest API calls. In the next phase, we will handle connecting to the wallet providers.
7
-
8
- > **WARNING:** The Rango SDK is still beta. Please use it on your own risk.
9
-
10
- > **WARNING:** The Rango SDK has not stabilized yet, and we might make some breaking changes.
11
-
12
- ## 2. Installation
8
+ ### Installation
13
9
 
14
10
  ```shell
11
+ yarn add rango-sdk-basic
12
+ # or
15
13
  npm install rango-sdk-basic --save
16
14
  ```
17
15
 
18
- ## 3. Usage
16
+ ## Usage
19
17
 
20
18
  Please checkout the examples' folder for sample usage of the SDK. We will add more examples there soon.
21
19
 
22
20
  - [Documents](https://docs.rango.exchange/integration/overview)
23
- - [Examples](https://github.com/rango-exchange/rango-sdk/tree/master/examples/)
21
+ - [Examples](https://github.com/rango-exchange/rango-sdk/tree/master/examples/basic/)