From 1e218170cafc70c8b89f843de252fe1449e40f0b Mon Sep 17 00:00:00 2001 From: b0xxer Date: Fri, 2 Feb 2024 15:17:56 -0600 Subject: [PATCH] Update docs/liquid/liquid-part3.md --- docs/liquid/liquid-part3.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/liquid/liquid-part3.md b/docs/liquid/liquid-part3.md index 4311917..dca2f2b 100644 --- a/docs/liquid/liquid-part3.md +++ b/docs/liquid/liquid-part3.md @@ -30,7 +30,7 @@ We could build some type of webservice that had SQL databases and nodejs files t Luckily, due to the additional OPCODEs in Liquid, Atomic Swaps are supported[^2]. In fact, [Blockstream has a tool](https://github.com/Blockstream/liquid-swap) to simplify using it[^3]. -Obviously to do a swap, we will need another wallet, as you can't swap between the same wallet (you can use the *same node* but use *different wallets*. You can refer to individual wallets in the swap-tool URL connect string by using the `http://user:password@localhost:7041/wallet/walletname` path). In my case, I have 2 nodes each running their own `elementsd` server (Umbrel and my desktop). So I will use those, but point is this can be done one a single node by setting up mutliple wallets and using distinct URL connect strings. +To do a swap we will need another wallet, as you can't swap between the same wallet (techically you can use the *same node* and use 2 different wallets on that node[^4]). In my case, I have 2 nodes each running their own `elementsd` server (Umbrel and my desktop). So I will use those, but point is this can be done one a single node by setting up mutliple wallets and using distinct URL connect strings. Before we start, let's look at state of our 2 wallets: @@ -139,4 +139,5 @@ Yes, probably one of the best ways to do that is to use it as a *staging area* f [^1]: BlockStream Green, AQUA, Anser (web wallet), Specter, Marina (web wallet) [^2]: Atomic Swaps allow parties to exchange different tokens directly without the need for a 3rd party, eliminating most of the risk of fraud and counterparty default.In fact, Blockstream has a tool to simplify using it. -[^3]: Please `git clone` the repo and don't rely on the pre-compiled downloads in repo (they are out of date from source) \ No newline at end of file +[^3]: Please `git clone` the repo and don't rely on the pre-compiled downloads in repo (they are out of date from source) +[^4]: You can specify to individual wallets in the swap-tool URL connect string by using the `http://user:password@localhost:7041/wallet/walletname` syntax \ No newline at end of file