@getpara/react-sdk 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.
- package/README.md +21 -0
- package/package.json +9 -9
package/README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
https://www.npmjs.com/package/@getpara/react-sdk
|
|
2
|
+
|
|
3
|
+
`@getpara/react-sdk` is Para's React SDK package that provides Web3 authentication and wallet management for React applications.
|
|
4
|
+
|
|
5
|
+
###Key Features
|
|
6
|
+
|
|
7
|
+
- React hooks for state management and wallet operations
|
|
8
|
+
- ParaProvider for app-wide authentication context
|
|
9
|
+
- ParaModal component for user authentication flows
|
|
10
|
+
- Multi-chain support (EVM, Solana, Cosmos)
|
|
11
|
+
- External wallet connectors for popular wallets
|
|
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 SDK visit the [Para Docs](https://docs.getpara.com/v2/react/quickstart)
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/react-sdk",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.69",
|
|
4
4
|
"bin": {
|
|
5
5
|
"setup-para": "dist/cli/cli.mjs"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@getpara/cosmjs-v0-integration": "2.0.0-alpha.
|
|
9
|
-
"@getpara/cosmos-wallet-connectors": "2.0.0-alpha.
|
|
10
|
-
"@getpara/evm-wallet-connectors": "2.0.0-alpha.
|
|
11
|
-
"@getpara/react-sdk-lite": "2.0.0-alpha.
|
|
12
|
-
"@getpara/solana-signers-v2-integration": "2.0.0-alpha.
|
|
13
|
-
"@getpara/solana-wallet-connectors": "2.0.0-alpha.
|
|
14
|
-
"@getpara/viem-v2-integration": "2.0.0-alpha.
|
|
8
|
+
"@getpara/cosmjs-v0-integration": "2.0.0-alpha.69",
|
|
9
|
+
"@getpara/cosmos-wallet-connectors": "2.0.0-alpha.69",
|
|
10
|
+
"@getpara/evm-wallet-connectors": "2.0.0-alpha.69",
|
|
11
|
+
"@getpara/react-sdk-lite": "2.0.0-alpha.69",
|
|
12
|
+
"@getpara/solana-signers-v2-integration": "2.0.0-alpha.69",
|
|
13
|
+
"@getpara/solana-wallet-connectors": "2.0.0-alpha.69",
|
|
14
|
+
"@getpara/viem-v2-integration": "2.0.0-alpha.69"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/react": "^18.0.31",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"package.json",
|
|
37
37
|
"styles.css"
|
|
38
38
|
],
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "956310e0ff58cc8e2736625d221245ab68304855",
|
|
40
40
|
"main": "dist/index.js",
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@tanstack/react-query": ">=5.0.0",
|