@hwlt/era-connect 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +11 -3
package/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  Air-gapped **ERA hardware wallet** integration for software wallets: account
4
4
  linking and transaction signing over animated QR codes (BC-UR / Keystone-compatible
5
- registry), for **EVM, Bitcoin, Solana and Tron**.
5
+ registry), for **every chain the device ships** — EVM (all networks), Bitcoin
6
+ (+ Litecoin, Dogecoin, Dash, Bitcoin Cash), Solana, Tron, TON, Cardano, Sui,
7
+ Cosmos (~35 zones) and XRP.
6
8
 
7
9
  - **Headless.** You render the QR and own the camera; the SDK owns every byte
8
10
  of the protocol. Works in React Native, Expo, browsers, extensions and Node.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hwlt/era-connect",
3
- "version": "0.5.0",
4
- "description": "ERA hardware wallet SDK: air-gapped UR/QR account linking and transaction signing for EVM, Bitcoin, Solana and Tron",
3
+ "version": "0.5.1",
4
+ "description": "ERA hardware wallet SDK: air-gapped UR/QR account linking and transaction signing for EVM, Bitcoin (+ LTC/DOGE/DASH/BCH), Solana, Tron, TON, Cardano, Sui, Cosmos and XRP",
5
5
  "keywords": [
6
6
  "era-wallet",
7
7
  "hardware-wallet",
@@ -14,7 +14,15 @@
14
14
  "bitcoin",
15
15
  "ethereum",
16
16
  "solana",
17
- "tron"
17
+ "tron",
18
+ "ton",
19
+ "cardano",
20
+ "sui",
21
+ "cosmos",
22
+ "xrp",
23
+ "bitcoin-cash",
24
+ "litecoin",
25
+ "dogecoin"
18
26
  ],
19
27
  "license": "Apache-2.0",
20
28
  "repository": {