@neuraiproject/neurai-depin-terminal 1.0.0 → 1.0.1
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 +10 -0
- package/dist/index.cjs +166 -162
- package/package.json +4 -5
- package/src/wallet/WalletManager.js +5 -6
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Terminal client for Neurai DePIN messaging with full-screen interface.
|
|
4
4
|
|
|
5
|
+
<div align="center"><img src="img/terminal-chat.png" alt="Terminal Chat"></div>
|
|
6
|
+
|
|
5
7
|
## Features
|
|
6
8
|
|
|
7
9
|
- ✅ Full-screen terminal interface with blessed
|
|
@@ -47,6 +49,8 @@ When you run the application for the first time, an interactive wizard will star
|
|
|
47
49
|
npm start
|
|
48
50
|
```
|
|
49
51
|
|
|
52
|
+
<div align="center"><img src="img/start-terminal.png" alt="Terminal Chat"></div>
|
|
53
|
+
|
|
50
54
|
The wizard will ask you for:
|
|
51
55
|
|
|
52
56
|
1. **RPC Server**: DePIN RPC server URL (required)
|
|
@@ -119,6 +123,12 @@ The application will display a full-screen interface with:
|
|
|
119
123
|
└────────────────────────────────────────────────────────────┘
|
|
120
124
|
```
|
|
121
125
|
|
|
126
|
+
<div align="center"><img src="img/terminal-chat.png" alt="Terminal Chat"></div>
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
<div align="center"><img src="img/web-wallet.png" alt="Terminal Chat"></div>
|
|
130
|
+
|
|
131
|
+
|
|
122
132
|
**Components:**
|
|
123
133
|
|
|
124
134
|
- **Top bar**: Shows RPC connection status, configured token, address and last poll time
|