@frak-labs/nexus-sdk 0.0.1-alpha → 0.0.2-alpha
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 -0
- package/package.json +18 -1
package/README.md
CHANGED
|
@@ -8,6 +8,9 @@ Checkout our documentation for more informations about the usage:
|
|
|
8
8
|
|
|
9
9
|
To have more info about how does it works under the hood, you can check [this](https://docs.frak.id/wallet-sdk/under-the-hood)
|
|
10
10
|
|
|
11
|
+
> :warning: **This is in active development**: Only supporting polygon Mumbai at the moment, **DO NOT USE IN PROD**
|
|
12
|
+
|
|
13
|
+
|
|
11
14
|
## Installation
|
|
12
15
|
|
|
13
16
|
```bash
|
package/package.json
CHANGED
|
@@ -1,10 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frak-labs/nexus-sdk",
|
|
3
3
|
"author": "Frak Labs",
|
|
4
|
-
"
|
|
4
|
+
"maintainers": [
|
|
5
|
+
{
|
|
6
|
+
"name": "srod",
|
|
7
|
+
"url": "https://twitter.com/srod"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"name": "Quentin Nivelais",
|
|
11
|
+
"url": "https://twitter.com/QNivelais"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"version": "0.0.2-alpha",
|
|
5
15
|
"description": "Nexus Wallet client SDK, helping any person to interact with the Frak wallet, and require the unlock of a premium article within the Frak ecosystem.",
|
|
6
16
|
"repository": "https://github.com/frak-id/wallet",
|
|
7
17
|
"homepage": "https://docs.frak.id/wallet-sdk",
|
|
18
|
+
"keywords": [
|
|
19
|
+
"frak-labs",
|
|
20
|
+
"nexus-wallet",
|
|
21
|
+
"erc-4337",
|
|
22
|
+
"eip-4337",
|
|
23
|
+
"smart-wallet"
|
|
24
|
+
],
|
|
8
25
|
"license": "GNU GPL 3.0",
|
|
9
26
|
"sideEffects": false,
|
|
10
27
|
"private": false,
|