@zk-email/sdk 0.0.92 → 0.0.93
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
@@ -1,7 +1,7 @@
|
|
1
1
|
# ZKEmail SDK
|
2
2
|
|
3
3
|
With the ZKEmail SDK you can create proofs about emails using blueprints. You can create blueprints with this
|
4
|
-
SDK (documentation pending), or using our [registry](registry.zk.email).
|
4
|
+
SDK (documentation pending), or using our [registry](https://registry.zk.email).
|
5
5
|
|
6
6
|
## Install
|
7
7
|
|
@@ -16,7 +16,7 @@ npm i @zk-email/sdk
|
|
16
16
|
|
17
17
|
## Create a blueprint
|
18
18
|
|
19
|
-
Go to our [registry](registry.zk.email) and create a blueprint there. You can also create one with the SDK,
|
19
|
+
Go to our [registry](https://registry.zk.email) and create a blueprint there. You can also create one with the SDK,
|
20
20
|
we will provide the documentation for this shortly.
|
21
21
|
|
22
22
|
## Generate a proof
|
@@ -28,7 +28,7 @@ import zkeSdk from "@zk-email/sdk";
|
|
28
28
|
const sdk = zkSdk();
|
29
29
|
```
|
30
30
|
|
31
|
-
Next, obtain the slug of the blueprint you want to create a proof for from our [registry](registry.zk.email).
|
31
|
+
Next, obtain the slug of the blueprint you want to create a proof for from our [registry](https://registry.zk.email).
|
32
32
|
|
33
33
|

|
34
34
|
|