feat(wallet): add reusable wallet modules

Add program-neutral wallet access, a stable account model, reusable QML controls, transaction confirmation, submitted-transaction presentation, and isolated contract tests.
This commit is contained in:
Ricardo Guilherme Schmidt
2026-07-24 09:21:25 +02:00
committed by r4bbit
parent e03164baf3
commit dfd19a9796
54 changed files with 3899 additions and 1959 deletions
+3
View File
@@ -0,0 +1,3 @@
#include <QtQuickTest/quicktest.h>
QUICK_TEST_MAIN(logos_wallet_qml)