ADD - implement secure VaultX exchange

Add the VaultX phone UI, stateful browser mocks, localized copy, and generated WebP icon. Implement character-bound authentication, fixed-point balances, finite treasury markets, idempotent quote execution, settlement reconciliation, Scrypt credentials, SQL schema, limits, audit records, and contract tests.
This commit is contained in:
smx.pusha
2026-08-18 08:47:05 +02:00
parent 5a35dabf78
commit 7e2bd38599
22 changed files with 2917 additions and 4 deletions
+8
View File
@@ -242,6 +242,14 @@ local server_callbacks = {
"calls:block",
"banking:overview",
"banking:transfer",
"crypto:bootstrap",
"crypto:register",
"crypto:login",
"crypto:logout",
"crypto:quote",
"crypto:execute",
"crypto:deposit",
"crypto:withdraw",
"billing:overview",
"billing:list",
"billing:detail",