@getpara/react-native-wallet 2.0.0-alpha.67 → 2.0.0-alpha.68
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 +21 -0
- package/package.json +5 -5
package/README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
https://www.npmjs.com/package/@getpara/react-native-wallet
|
|
2
|
+
|
|
3
|
+
The `@getpara/react-native-wallet` package is Para's React Native SDK for building mobile wallet applications.
|
|
4
|
+
|
|
5
|
+
###Key Features
|
|
6
|
+
|
|
7
|
+
- Native Passkey Authentication: Uses device biometrics and passkeys for secure wallet access
|
|
8
|
+
- Multi-blockchain Support: Works with EVM, Solana, and Cosmos networks
|
|
9
|
+
- Custom Storage: Supports MMKV for improved performance over AsyncStorage
|
|
10
|
+
- OAuth Integration: Supports social login with Google, Discord, and Farcaster
|
|
11
|
+
- Pregenerated Wallets: Create wallets before user authentication
|
|
12
|
+
|
|
13
|
+
###Prerequisites
|
|
14
|
+
|
|
15
|
+
To use Para, you need an API key. This key authenticates your requests to Para services and is essential for integration.
|
|
16
|
+
|
|
17
|
+
Don't have an API key yet? Request access to the [Developer Portal](https://developer.getpara.com/) to create API keys, manage billing, teams, and more.
|
|
18
|
+
|
|
19
|
+
###Learn more
|
|
20
|
+
|
|
21
|
+
For more information on Para’s React Native SDK visit the [Para Docs](https://docs.getpara.com/v2/react-native/setup/react-native)
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/react-native-wallet",
|
|
3
3
|
"description": "Para Wallet for React Native",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.68",
|
|
5
5
|
"author": "Para Team <hello@getpara.com> (https://getpara.com)",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@getpara/core-sdk": "2.0.0-alpha.
|
|
8
|
-
"@getpara/user-management-client": "2.0.0-alpha.
|
|
9
|
-
"@getpara/web-sdk": "2.0.0-alpha.
|
|
7
|
+
"@getpara/core-sdk": "2.0.0-alpha.68",
|
|
8
|
+
"@getpara/user-management-client": "2.0.0-alpha.68",
|
|
9
|
+
"@getpara/web-sdk": "2.0.0-alpha.68",
|
|
10
10
|
"@peculiar/webcrypto": "^1.5.0",
|
|
11
11
|
"@ungap/structured-clone": "1.3.0",
|
|
12
12
|
"node-forge": "1.3.1",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
]
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "98955203281606201609bb4674f5984acb63d3bf"
|
|
97
97
|
}
|