[bisq-network/bisq] API BSQ swap simulation script and doc updates #5 (PR #5876)

Christoph Atteneder notifications at github.com
Fri Dec 3 12:34:54 CET 2021


I'm just reading through the documentation and I think it might be good to keep the option open that we'll support multiple coin swaps via the API as well. I know you asked me this before, so sorry for not replying on this in-time.

So instead of
```
$ ./bisq-cli --password=xyz --port=9998 createoffer \
    --swap=true \
    --direction=BUY \
    --amount=0.5 \
    --fixed-price=0.00005
```
maybe
```
$ ./bisq-cli --password=xyz --port=9998 createoffer \
    --swap=true \
    --currency-code=BSQ
    --direction=BUY \
    --amount=0.5 \
    --fixed-price=0.00005
```
WDYT?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5876#issuecomment-985447187
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211203/398a4fbb/attachment.htm>


More information about the bisq-github mailing list