Host-customized fork of https://github.com/tecnovert/basicswap/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
516 B
15 lines
516 B
|
|
## Run One Test |
|
|
|
``` |
|
pytest -v -s tests/basicswap/test_xmr.py::Test::test_02_leader_recover_a_lock_tx |
|
``` |
|
|
|
## TODO |
|
Features still required (of many): |
|
- Cached addresses must be regenerated after use. |
|
- Option to lookup data from public explorers / nodes. |
|
- Ability to swap coin-types without running nodes for all coin-types |
|
- More swap protocols |
|
- Manual method to set wallet seeds from particl mnemonic |
|
- prepare script tries to load seeds automatically, btc versions < 0.21 require a fully synced chain
|
|
|