@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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topazdex/id-connect",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Add Topaz ID — a BNB Chain global wallet — to your dapp in one line.",
5
5
  "license": "MIT",
6
6
  "type": "module",