694 B
694 B
Installation - sdk_relay
Prérequis
- Docker 24+ ou Rust 1.70+
- Bitcoin Core (signet) accessible via RPC
- Blindbit (oracle) accessible via HTTP
Méthodes d'installation
Docker (recommandé)
- Construire l'image locale puis exécuter le conteneur
- Exposer les ports 8090 (WebSocket) et 8091 (HTTP)
- Fournir la configuration via fichier
.conf
ou variables d'environnement
Binaire Rust
- Compiler en profil release
- Lancer avec un fichier
.conf
Vérifications post-installation
- Endpoint
HTTP /health
répond avecstatus=healthy
- Port WebSocket en écoute sur 8090
- Connexion RPC à Bitcoin Core opérationnelle
- Accès au service Blindbit opérationnel