4NK_wallet/README.md
Nicolas Cantu 880fe3857e
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
chore(release): latest 0.1.0 + sécurité/CI/docs
2025-08-27 13:50:32 +02:00

23 lines
736 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 4NK_wallet — Hôte navigateur et conteneur dUI
Ce dépôt fournit un hôte navigateur minimal (`web/`) et des artefacts dUI (`ihm/`) intégrant linterface `ihm_client` via iframe/postMessage.
## 📚 Documentation
- Voir `docs/INDEX.md` pour la table des matières (Architecture, Intégration, Tests).
## 🛠️ Développement rapide
```bash
# Démarrer lhô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 sur `web/ihm/index.html` (artefacts copiés).
- Bridge: `web/bridge.js` gère postMessage parent ↔ iframe.
## 🧪 Tests
- Tests unitaires: `tests/*.test.ts`
## 📄 Licence
- Voir `LICENSE`.