@cheqd/sdk 3.2.0 → 3.2.1-develop.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 +3 -3
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
|
|
9
9
|
## ℹ️ Overview
|
|
10
10
|
|
|
11
|
-
The purpose of this [`@cheqd/sdk` NPM package](https://www.npmjs.com/package/@cheqd/sdk) is to provide a mechanism of integrating cheqd functionality in an application *without* using a 3rd-party SDK like [Veramo SDK for cheqd](https://docs.cheqd.io/identity/
|
|
11
|
+
The purpose of this [`@cheqd/sdk` NPM package](https://www.npmjs.com/package/@cheqd/sdk) is to provide a mechanism of integrating cheqd functionality in an application *without* using a 3rd-party SDK like [Veramo SDK for cheqd](https://docs.cheqd.io/identity/guides/sdk/veramo-sdk-for-cheqd).
|
|
12
12
|
|
|
13
13
|
This package includes:
|
|
14
14
|
|
|
15
15
|
* [TypeScript Protobuf definitions](https://github.com/cheqd/ts-proto) for custom cheqd Cosmos SDK modules
|
|
16
16
|
* [CosmJS](https://github.com/cosmos/cosmjs), for base Cosmos SDK module functions
|
|
17
17
|
|
|
18
|
-
If you are using [Veramo SDK for cheqd](https://docs.cheqd.io/identity/
|
|
18
|
+
If you are using [Veramo SDK for cheqd](https://docs.cheqd.io/identity/guides/sdk/veramo-sdk-for-cheqd), this SDK package is automatically installed and consumed by the [`@cheqd/did-provider-cheqd` Veramo plugin](https://github.com/cheqd/did-provider-cheqd).
|
|
19
19
|
|
|
20
20
|
## 🆔 Features
|
|
21
21
|
|
|
@@ -32,7 +32,7 @@ With this SDK, developers are able to:
|
|
|
32
32
|
|
|
33
33
|
## 📖 Documentation
|
|
34
34
|
|
|
35
|
-
Our [identity documentation site](https://docs.cheqd.io/identity/) explains how `@cheqd/sdk` is [consumed in Veramo SDK for cheqd](https://docs.cheqd.io/identity/
|
|
35
|
+
Our [identity documentation site](https://docs.cheqd.io/identity/) explains how `@cheqd/sdk` is [consumed in Veramo SDK for cheqd](https://docs.cheqd.io/identity/guides/sdk/veramo-sdk-for-cheqd) (as an example of how this package can be consumed).
|
|
36
36
|
|
|
37
37
|
## 💬 Community
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cheqd/sdk",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.1-develop.1",
|
|
4
4
|
"description": "A TypeScript SDK built with CosmJS to interact with cheqd network ledger",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"@cosmjs/stargate": "^0.29.5",
|
|
60
60
|
"@cosmjs/tendermint-rpc": "^0.29.5",
|
|
61
61
|
"@cosmjs/utils": "^0.29.5",
|
|
62
|
+
"@cosmjs/crypto": "^0.29.5",
|
|
62
63
|
"@stablelib/ed25519": "^1.0.3",
|
|
63
64
|
"cosmjs-types": "^0.5.2",
|
|
64
65
|
"did-jwt": "^6.11.2",
|