@getpara/solana-signers-v2-integration 2.0.0-dev.6 → 2.0.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 +17 -0
- package/package.json +3 -3
package/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
https://www.npmjs.com/package/@getpara/solana-signers-v2-integration
|
|
2
|
+
|
|
3
|
+
This package provides integration between Para wallets and Solana's v2 signing architecture, specifically designed to work with:
|
|
4
|
+
|
|
5
|
+
- `@solana/kit` (modern Solana library)
|
|
6
|
+
- `@solana/web3.js-v2`
|
|
7
|
+
- Modern Solana signing interfaces
|
|
8
|
+
|
|
9
|
+
###Prerequisites
|
|
10
|
+
|
|
11
|
+
To use Para, you need an API key. This key authenticates your requests to Para services and is essential for integration.
|
|
12
|
+
|
|
13
|
+
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.
|
|
14
|
+
|
|
15
|
+
###Learn more
|
|
16
|
+
|
|
17
|
+
For more information on Para’s Solana Signers V2 integration visit the [Para Docs](https://docs.getpara.com/v2/react/guides/web3-operations/solana/setup-libraries)
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/solana-signers-v2-integration",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@getpara/core-sdk": "2.0.0
|
|
5
|
+
"@getpara/core-sdk": "2.0.0",
|
|
6
6
|
"bs58": "^6.0.0"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"sideEffects": false,
|
|
44
44
|
"types": "dist/types/index.d.ts",
|
|
45
45
|
"typings": "dist/types/index.d.ts",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "a64b6aa9b3c481a2d955022f621e495fb55e549e"
|
|
47
47
|
}
|