From 7b42585caebb126ba3a10d408eb4de214dc0723d Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:26:16 +0100 Subject: [PATCH] Update README.md --- dev-docs/asb/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-docs/asb/README.md b/dev-docs/asb/README.md index 341d85b04..6773b7862 100644 --- a/dev-docs/asb/README.md +++ b/dev-docs/asb/README.md @@ -25,6 +25,10 @@ It is possible to plug into public blockchain nodes but be aware that you might Public Monero mainnet nodes can be found [here](https://monero.fail/?chain=monero). Public Electrum mainnet nodes can be found [here](https://1209k.com/bitcoin-eye/ele.php?chain=btc). +### Connect with others + +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. + ## ASB Details The ASB is a long running daemon that acts as the trading partner to the swap CLI. @@ -37,10 +41,6 @@ The CLI is designed to run one specific swap against an ASB. The ASB is designed to run 24/7 as a daemon that responds to CLIs connecting. Since the ASB is a long running task we specify the person running an ASB as service provider. -## Connect with other market makers - -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. - ### ASB discovery The ASB daemon supports the libp2p [rendezvous-protocol](https://github.com/libp2p/specs/tree/master/rendezvous).