Nicolas Cantu 6e505b2f32
Some checks failed
4NK Template Sync / check-and-sync (push) Failing after 1s
chore(release): latest 0.1.0 + sécurité/CI/docs
2025-08-27 15:13:32 +02:00

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

# 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.
Description
No description provided
Readme MIT 2.9 MiB
Languages
JavaScript 86.7%
CSS 10.9%
Shell 1.3%
TypeScript 0.7%
HTML 0.3%
Other 0.1%