@ember-finance/sdk 0.0.1 → 1.0.0
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A comprehensive TypeScript SDK for interacting with the Ember Protocol on the Su
|
|
|
4
4
|
blockchain. This SDK provides a complete set of tools for managing vaults, handling user
|
|
5
5
|
operations, and administering the protocol.
|
|
6
6
|
|
|
7
|
-
[](https://www.npmjs.com/package/@ember-finance/sdk)
|
|
8
8
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
9
9
|
|
|
10
10
|
## Overview
|
|
@@ -28,13 +28,13 @@ The SDK is built around several key classes:
|
|
|
28
28
|
## Installation
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
npm install @ember-
|
|
31
|
+
npm install @ember-finance/sdk
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
or
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
|
-
yarn add @ember-
|
|
37
|
+
yarn add @ember-finance/sdk
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
## Core Components
|