@tuwaio/satellite-solana 1.0.0-fix-gemini-alpha.1.81f88ab → 1.0.0-fix-packages-alpha.1.bd0ce80
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 +2 -20
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -28,6 +28,7 @@ Built on top of `@tuwaio/satellite-core` and leveraging `@tuwaio/orbit-solana` f
|
|
|
28
28
|
## 💾 Installation
|
|
29
29
|
|
|
30
30
|
### Requirements
|
|
31
|
+
|
|
31
32
|
- Node.js 20+
|
|
32
33
|
- TypeScript 5.9+
|
|
33
34
|
|
|
@@ -46,6 +47,7 @@ yarn add @tuwaio/satellite-solana @tuwaio/satellite-core @tuwaio/orbit-core @tuw
|
|
|
46
47
|
## 🚀 Quick Start
|
|
47
48
|
|
|
48
49
|
### Basic Setup
|
|
50
|
+
|
|
49
51
|
```typescript
|
|
50
52
|
import { satelliteSolanaAdapter } from '@tuwaio/satellite-solana';
|
|
51
53
|
|
|
@@ -79,26 +81,6 @@ const adapter = satelliteSolanaAdapter({
|
|
|
79
81
|
|
|
80
82
|
---
|
|
81
83
|
|
|
82
|
-
## 🌐 Supported Wallets
|
|
83
|
-
|
|
84
|
-
- Phantom
|
|
85
|
-
- Solflare
|
|
86
|
-
- Backpack
|
|
87
|
-
- Trust Wallet (Solana)
|
|
88
|
-
- Mobile Wallets (via Mobile Wallet Adapter)
|
|
89
|
-
- And other Solana-compatible wallets
|
|
90
|
-
|
|
91
|
-
---
|
|
92
|
-
|
|
93
|
-
## 🔗 Network Support
|
|
94
|
-
|
|
95
|
-
Built-in support for all Solana networks:
|
|
96
|
-
- Mainnet
|
|
97
|
-
- Devnet
|
|
98
|
-
- Testnet
|
|
99
|
-
|
|
100
|
-
---
|
|
101
|
-
|
|
102
84
|
## 🤝 Contributing & Support
|
|
103
85
|
|
|
104
86
|
Contributions are welcome! Please read our main **[Contribution Guidelines](https://github.com/TuwaIO/workflows/blob/main/CONTRIBUTING.md)**.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/satellite-solana",
|
|
3
|
-
"version": "1.0.0-fix-
|
|
3
|
+
"version": "1.0.0-fix-packages-alpha.1.bd0ce80",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@tuwaio/orbit-core": ">=0.1",
|
|
42
42
|
"@tuwaio/orbit-solana": ">=0.1",
|
|
43
43
|
"@tuwaio/satellite-core": ">=0.1",
|
|
44
|
-
"gill": ">=0.
|
|
45
|
-
"immer": "
|
|
44
|
+
"gill": ">=0.14",
|
|
45
|
+
"immer": "11.x.x",
|
|
46
46
|
"zustand": "5.x.x",
|
|
47
47
|
"@wallet-standard/app": "1.1.x",
|
|
48
48
|
"@wallet-standard/base": "1.1.x",
|
|
@@ -52,22 +52,22 @@
|
|
|
52
52
|
"@wallet-standard/ui-registry": "1.x.x"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@tuwaio/orbit-core": "
|
|
56
|
-
"@tuwaio/orbit-solana": "
|
|
55
|
+
"@tuwaio/orbit-core": "1.0.0-fix-packages-alpha.2.a02ae73",
|
|
56
|
+
"@tuwaio/orbit-solana": "1.0.0-fix-packages-alpha.2.a02ae73",
|
|
57
57
|
"@wallet-standard/app": "^1.1.0",
|
|
58
58
|
"@wallet-standard/base": "^1.1.0",
|
|
59
59
|
"@wallet-standard/features": "^1.1.0",
|
|
60
60
|
"@wallet-standard/core": "^1.1.1",
|
|
61
61
|
"@wallet-standard/ui": "^1.0.1",
|
|
62
62
|
"@wallet-standard/ui-registry": "^1.0.1",
|
|
63
|
-
"gill": "^0.
|
|
64
|
-
"immer": "^
|
|
65
|
-
"jsdom": "^27.0
|
|
66
|
-
"tsup": "^8.5.
|
|
63
|
+
"gill": "^0.14.0",
|
|
64
|
+
"immer": "^11.0.0",
|
|
65
|
+
"jsdom": "^27.2.0",
|
|
66
|
+
"tsup": "^8.5.1",
|
|
67
67
|
"typescript": "^5.9.3",
|
|
68
|
-
"vitest": "^4.0.
|
|
68
|
+
"vitest": "^4.0.13",
|
|
69
69
|
"zustand": "^5.0.8",
|
|
70
|
-
"@tuwaio/satellite-core": "^1.0.0-fix-
|
|
70
|
+
"@tuwaio/satellite-core": "^1.0.0-fix-packages-alpha.1.bd0ce80"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"start": "tsup src/index.ts --watch",
|