Skip to content

Commit 9216363

Browse files
committed
Viat Docs
Viat Block Changes Crypto Utils
1 parent 92fe951 commit 9216363

File tree

26 files changed

+562
-316
lines changed

26 files changed

+562
-316
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GENERAL ECONOMIC THEORIES & PRINCIPLES
2+
3+
- FREE MARKET
4+
- ANTI-COLLECTIVIST
5+
- PRO-INDIVIDUALIST
6+
- LIMITED REGULATION
7+
- LIMITED TO NO TAXATION
8+
9+
NETWORK RULES MUST NOT OVERTIME DECAY INTO OPPOSITES OF THE ABOVE. A MECHANISM MUST BE CREATED TO COUNTER THIS LONG TERM DECAY ALL SYSTEMS FACE.

docs/library/viat/denominations.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# VIAT DENOMINATIONS
2+
3+
Viat: Macro
4+
Credits
5+
Units
6+
Micro Viat (μViat | vMicro | Microns)
7+
Nano Viat (vNano)
8+
Mana Viat (vMana)

docs/library/viat/highway.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# VIAT TX HIGHWAY
2+
3+
Faster transactions on the VIAT Highway. The VIAT Highway is a toll road which is an upfront cost for certain perks either low cost or faster verification.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# VIAT TRANSACTION FEE
2+
3+
Fees associated with a transaction are to encourage arbiters to verify the transaction else it could be ignored by the network.
4+
Names for the transaction fees are: Mana, Qi (Chi), Fuel, Juice, Credits, and Units.
5+
6+
Every Transaction fee is a Network Fee but not every Network fee is a transaction fee.

docs/library/viat/treasure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## TREASURE
1+
# TREASURE
22

33
Dead wallets which don't indicated long-term storage and or have active secondary/backup wallets can be considered part of the PUBLIC TREASURE. Wallets part of the Public Treasure can be legally accessed via guess work and or brute forcing the generation of the controlling key pairs. This ensures that VIAT & cryptographic assets can re-enter circulation within a fair legal framework. A proper public notification process must occur in-order for wallets to be marked as part of the public treasure & can be brute forced.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"keychain": "^1.5.0",
3030
"libsodium-wrappers": "^0.7.15",
3131
"mongoose": "^8.15.0",
32-
"node-seal": "^5.1.5",
32+
"node-seal": "^5.1.6",
3333
"node-watch": "^0.7.4",
3434
"nodemon": "^3.1.10",
3535
"os-utils": "^0.0.14",
3636
"pqclean": "latest",
3737
"qrcode": "^1.5.4",
3838
"signale": "^1.4.0",
39-
"sodium-native": "^5.0.3"
39+
"sodium-native": "^5.0.4"
4040
},
4141
"description": "UW & VIAT modules: Client, Server, VIAT, DIS, Browser, Crypto, Wallets, Modules, & certificates.",
4242
"engines": {
@@ -124,12 +124,12 @@
124124
"auto-changelog": "^2.5.0",
125125
"axios": "^1.9.0",
126126
"benchmark": "^2.1.4",
127-
"daisyui": "^5.0.35",
127+
"daisyui": "^5.0.37",
128128
"eslint": "^9.27.0",
129129
"eslint-plugin-jsdoc": "^50.6.17",
130130
"globals": "^16.1.0",
131131
"tailwindcss": "^4.1.7",
132-
"textlint": "^14.7.1"
132+
"textlint": "^14.7.2"
133133
},
134134
"pnpm": {
135135
"overrides": {

0 commit comments

Comments
 (0)