dvpn-core 0.1.5 → 0.1.6

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 CHANGED
@@ -22,7 +22,7 @@ From the repository root:
22
22
  ```sh
23
23
  cd packages/npm
24
24
  npm pack
25
- npm install -g dvpn-core-0.1.5.tgz
25
+ npm install -g dvpn-core-0.1.6.tgz
26
26
  ```
27
27
 
28
28
  ## Install From npm
@@ -69,6 +69,24 @@ dvpn node run
69
69
  dvpn node sync-peers
70
70
  dvpn node submit-accounting
71
71
  dvpn control run
72
+ dvpn crypto token
73
+ dvpn crypto declare-stake
74
+ dvpn crypto stakes
75
+ dvpn crypto create-reward-epoch
76
+ dvpn crypto rewards
77
+ ```
78
+
79
+ ## Crypto Commands
80
+
81
+ The package includes the first Solana-oriented economy commands for signed
82
+ stake declarations and deterministic reward epochs:
83
+
84
+ ```sh
85
+ dvpn crypto token
86
+ dvpn crypto declare-stake --wallet <SOLANA_WALLET> --amount-raw <RAW_TOKEN_AMOUNT>
87
+ dvpn crypto stakes
88
+ dvpn crypto create-reward-epoch --epoch-id epoch-001 --start-unix <START> --end-unix <END> --reward-per-gib-raw <RAW_AMOUNT>
89
+ dvpn crypto rewards
72
90
  ```
73
91
 
74
92
  ## Platform Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dvpn-core",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "DVPN Core CLI for clients, relay nodes, and control plane operators.",
5
5
  "license": "MIT",
6
6
  "bin": {
Binary file
Binary file
Binary file
Binary file