mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 12:09:50 +00:00
Update README to link to xmr-btc-swap-json-tests repo. To allow for easier testing and development.
This commit is contained in:
parent
cba9eabb4b
commit
fd6b004192
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ Built in xmr-btc atomic swap
|
|||
## Hacking
|
||||
sudo apt install libarchive-dev
|
||||
|
||||
It may also be helpful to download my fork of the comit network's xmr-btc swap tool as it has tests set to ouput JSON and scripts that allow for easy simulation of running swap (filters to Bob POV & removes wrappers on normal output)
|
||||
|
||||
[xmr-btc-swap-json-tests](https://github.com/BrandyJSon/xmr-btc-swap-json-tests/tree/master)
|
||||
|
||||
Functions used to control swap (AtomicPlugin.cpp)
|
||||
|
||||
withdraw(btcaddress) - withdraw btc
|
||||
|
|
Loading…
Reference in a new issue