@1stdex/first-sdk 1.0.0-rc.1 → 1.0.0-rc.3
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 +4 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @1st/first-sdk
|
|
2
2
|
|
|
3
|
-
The
|
|
3
|
+
The 1st SDK provides abstractions to assist you with interacting with the 1st smart contracts in a Typescript/Javascript environment (e.g. websites, node scripts).
|
|
4
4
|
|
|
5
|
-
It makes uses of the Core SDK to gain access to abstractions that are common amongst the
|
|
6
|
-
|
|
7
|
-
To begin, we recommend looking at our Guides which include [runnable examples](https://github.com/clober-dex/v2-sdk/tree/main/examples) and walkthroughs of core usages. These guides will help you better understand how to use the SDK and integrate it into your application.
|
|
5
|
+
It makes uses of the Core SDK to gain access to abstractions that are common amongst the 1st SDKs.
|
|
8
6
|
|
|
9
7
|
## Installation
|
|
10
8
|
|
|
11
|
-
`npm install @
|
|
9
|
+
`npm install @1st/first-sdk`
|