@topazdex/id-connect 0.1.1 → 0.1.2
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,6 +10,12 @@ Your app is the *requester* and references Topaz ID's public app id — that's t
|
|
|
10
10
|
whole integration. You don't need a Privy account, and your domain does **not**
|
|
11
11
|
need to be allowlisted by Topaz ID.
|
|
12
12
|
|
|
13
|
+
## Demo
|
|
14
|
+
|
|
15
|
+
See it live: **[topaz-id-demo.vercel.app](https://topaz-id-demo.vercel.app)** — a
|
|
16
|
+
Next.js + RainbowKit app demonstrating connect, profile display, and signing.
|
|
17
|
+
Source: [topazdex/topaz-id-connect-demo](https://github.com/topazdex/topaz-id-connect-demo).
|
|
18
|
+
|
|
13
19
|
## Install
|
|
14
20
|
|
|
15
21
|
```bash
|