From c9431d80f7b8a777cc90cd8fc4e3774b2d83a5cc Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:40:39 +0100 Subject: [PATCH] docs: Refer to asb-docker-compoe --- dev-docs/asb/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-docs/asb/README.md b/dev-docs/asb/README.md index 83ba6e5c..d53ee2c7 100644 --- a/dev-docs/asb/README.md +++ b/dev-docs/asb/README.md @@ -29,6 +29,9 @@ Public Electrum mainnet nodes can be found [here](https://1209k.com/bitcoin-eye/ Consider joining the designated [Matrix chat](https://matrix.to/#/%23unstoppableswap-market-makers:matrix.org) to connect with other individuals running asbs. The core developers are active in this chat and always looking for feedback. +### Using Docker + +Running the ASB and its required services (Bitcoin node, Monero node, wallet RPC) can be complex to set up manually. We provide a Docker Compose solution that handles all of this automatically. See our [docker-compose repository](https://github.com/UnstoppableSwap/asb-docker-compose) for setup instructions and configuration details. ## ASB Details The ASB is a long running daemon that acts as the trading partner to the swap CLI.