@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.
Files changed (2) hide show
  1. package/README.md +4 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,9 @@
1
- # @clober/v2-sdk
1
+ # @1st/first-sdk
2
2
 
3
- The Clober V2 SDK provides abstractions to assist you with interacting with the [Clober V2 smart contracts](https://github.com/clober-dex/v2-core) in a Typescript/Javascript environment (e.g. websites, node scripts).
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 Clober SDKs.
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 @clober/v2-sdk`
9
+ `npm install @1st/first-sdk`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1stdex/first-sdk",
3
- "version": "1.0.0-rc.1",
3
+ "version": "1.0.0-rc.3",
4
4
  "description": "🛠 An SDK for building applications on top of Clober V2",
5
5
  "files": [
6
6
  "dist"