sdk_client/README.md

35 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.

## sdk_client — bibliothèque cliente Silent Payments (WASM)
Ce dépôt fournit une bibliothèque cliente visant lintégration WebAssembly pour gérer appareil, portefeuille, processus et échanges chiffrés associés aux Silent Payments. Cette documentation renvoie vers `docs/` pour les spécifications détaillées, sans exemples exécutables.
## 📋 Table des Matières
- [📚 Documentation](#-documentation)
- [🧪 Tests](#-tests)
- [🛠️ Développement](#-développement)
- [🚨 Dépannage](#-dépannage)
## 📚 Documentation
- [Architecture](docs/ARCHITECTURE.md)
- [Référence API](docs/API.md)
- [Configuration](docs/CONFIGURATION.md)
- [Tests](docs/TESTING.md)
## 🧪 Tests
- Tests natifs: `cargo test`
- Tests WASM (Windows): utiliser le script PowerShell `scripts/run-wasm-tests.ps1` (prérequis LLVM/Clang, voir `docs/TESTING.md`).
## 🛠️ Développement
La surface de code est centrée sur `src/` (Rust) avec export WASM. Les invariants sont décrits dans `docs/ARCHITECTURE.md` et `docs/API.md`.
## 🚨 Dépannage
Consulter `docs/TESTING.md` (section WASM Windows) pour les variables denvironnement et le runner wasm-bindgen.
---
Documentation de référence: voir `docs/` pour la table des matières.