Some checks failed
CI - 4NK_wallet / Unit Tests (push) Successful in 20s
CI - 4NK_wallet / Docker Build & Test (push) Successful in 5s
CI - 4NK_wallet / Security Audit (push) Successful in 4s
CI - 4NK_wallet / Release Guard (push) Has been skipped
CI - 4NK_wallet / Code Quality (push) Failing after 22s
CI - 4NK_wallet / Integration Tests (push) Failing after 9s
CI - 4NK_wallet / Security Tests (push) Failing after 4s
CI - 4NK_wallet / Documentation Tests (push) Failing after 3s
CI - 4NK_wallet / Performance Tests (push) Failing after 4s
CI - 4NK_wallet / Notify (push) Failing after 2s
736 B
736 B
4NK_wallet — Hôte navigateur et conteneur d’UI
Ce dépôt fournit un hôte navigateur minimal (web/
) et des artefacts d’UI (ihm/
) intégrant l’interface ihm_client
via iframe/postMessage.
📚 Documentation
- Voir
docs/INDEX.md
pour la table des matières (Architecture, Intégration, Tests).
🛠️ Développement rapide
# Démarrer l’hôte navigateur local (si http-server présent)
npm run serve:web || npx http-server ./web -p 5174 -c-1
🔗 Intégration
- Iframe:
web/index.html
pointe surweb/ihm/index.html
(artefacts copiés). - Bridge:
web/bridge.js
gère postMessage parent ↔ iframe.
🧪 Tests
- Tests unitaires:
tests/*.test.ts
📄 Licence
- Voir
LICENSE
.