@getpara/react-native-wallet 2.0.0-alpha.67 → 2.0.0-alpha.69

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 +21 -0
  2. 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.67",
4
+ "version": "2.0.0-alpha.69",
5
5
  "author": "Para Team <hello@getpara.com> (https://getpara.com)",
6
6
  "dependencies": {
7
- "@getpara/core-sdk": "2.0.0-alpha.67",
8
- "@getpara/user-management-client": "2.0.0-alpha.67",
9
- "@getpara/web-sdk": "2.0.0-alpha.67",
7
+ "@getpara/core-sdk": "2.0.0-alpha.69",
8
+ "@getpara/user-management-client": "2.0.0-alpha.69",
9
+ "@getpara/web-sdk": "2.0.0-alpha.69",
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": "0266cc49e978575fed0b12c9bb0c832651e140eb"
96
+ "gitHead": "956310e0ff58cc8e2736625d221245ab68304855"
97
97
  }