@glamsystems/glam-sdk 1.0.0-alpha.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 +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
A TypeScript SDK for building applications on the GLAM Protocol
|
|
5
|
+
A TypeScript SDK for building applications on the GLAM Protocol.
|
|
6
6
|
|
|
7
7
|
**Note:** This repository is automatically synced from GLAM's private monorepo. Pull requests cannot be accepted here, but we welcome bug reports and feature requests through GitHub Issues.
|
|
8
8
|
|
|
@@ -14,8 +14,10 @@ npm i @glamsystems/glam-sdk
|
|
|
14
14
|
|
|
15
15
|
## Getting Started
|
|
16
16
|
|
|
17
|
-
- [GLAM docs](https://docs.glam.systems)
|
|
17
|
+
- [GLAM docs](https://docs.glam.systems/v1)
|
|
18
18
|
|
|
19
19
|
## Examples
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
[GLAM CLI](https://github.com/glamsystems/glam-cli) is built with the GLAM SDK.
|
|
22
|
+
|
|
23
|
+
See other [examples](./examples).
|