nexa-wallet-sdk 0.3.5 → 0.4.0
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 +2 -2
- package/dist/index.cjs +622 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +375 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +620 -12
- package/dist/index.mjs.map +1 -1
- package/dist/index.web.mjs +620 -12
- package/dist/index.web.mjs.map +1 -1
- package/package.json +10 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Nexa Wallet SDK
|
|
1
|
+
# Nexa Wallet SDK
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Production-ready TypeScript SDK for building Nexa blockchain wallets and dApps.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|