You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Advanced Wallets
2
2
3
+
> **⚠️ BETA SOFTWARE - NOT OFFICIALLY RELEASED**
4
+
>
5
+
> This project is currently in beta and has not been officially released for production use. APIs, features, and documentation may change without notice. Use at your own risk in production environments.
Advanced wallets are a type of self-custody cryptocurrency wallet that securely enable mutual TLS (mTLS) signing servers with two operational modes:
4
10
5
11
-**Advanced Wallet Manager Mode** - A lightweight, dedicated keygen/signing server that you can use for secure key operations. This mode includes support for wallet recoveries.
curl -k -X POST https://localhost:3081/ping/advancedWalletManager
305
311
```
306
312
307
-
>**Note:**
313
+
>**Note:**
308
314
>
309
315
> -`host.containers.internal` is a special DNS name that resolves to the host machine from inside containers.
310
316
> - The `:Z` option in volume mounts is specific to SELinux-enabled systems and ensures proper volume labeling.
@@ -448,7 +454,7 @@ npm start
448
454
449
455
#### 3. Test Connection
450
456
451
-
For testing, you can use the IP address of the server or `localhost` if you're running it locally. In production deployments, configure your DNS or load balancer to point to the appropriate servers.
457
+
For testing, you can use the IP address of the server or `localhost` if you're running it locally. In production deployments, configure your DNS or load balancer to point to the appropriate servers.
452
458
453
459
```bash
454
460
# Test Advanced Wallet Manager (replace localhost with your server IP/hostname)
0 commit comments