25 lines
571 B
Markdown
25 lines
571 B
Markdown
# Installation - SDK Relay
|
|
|
|
## Prérequis
|
|
- Dépôts sous `/home/debian/4NK_env` (branche `ext`).
|
|
- Docker/Compose.
|
|
- Variables `SDK_RELAY_*` dans `lecoffre_node/.env.master`.
|
|
|
|
## Configuration
|
|
- Pas de `.env` local.
|
|
- Vérifier accès `bitcoin` (RPC/ZMQ) et `blindbit-proxy`.
|
|
|
|
## Démarrage (orchestrateur)
|
|
```bash
|
|
cd /home/debian/4NK_env/lecoffre_node
|
|
./scripts/start.sh | cat
|
|
```
|
|
|
|
## Vérifications
|
|
- WS: `wss://dev4.4nkweb.com/ws/`
|
|
- Health: scripts `monitor-progress.sh`, `logs-with-progress.sh`.
|
|
|
|
## Notes
|
|
- Démarre après Bitcoin et BlindBit.
|
|
- CI via tag `ext`.
|