mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-24 22:19:37 -04:00
Bitcoin–Monero Cross-chain Atomic Swap
![]() * feat(swap): Allow discovery at multiple rendezvous points, request quotes from locally stored peers - Ensure uniqueness of the peer_addresses table (no duplicate entries) - Add peer to local database even if we just request a quote, and no swap (call to list_sellers) - Refactor list_sellers to take multiple rendezvous points - Allow db to be passed into list_sellers, if so request quote from all locally stored peers * feat: editable list of rendezvous points in settings, new maker box on help page * Recover old commits * fix small compile errors due to rebase * amend * fixes * fix(gui): Do not display "Core components are loading..." spinner * fix(gui): Prefer makers with m.minSwapAmount > 0 BTC * feat(cli, gui): Fetch version of maker * feat: display progress bar |
||
---|---|---|
.cargo | ||
.github | ||
.vscode | ||
dev-docs | ||
dev_scripts | ||
docs | ||
flatpak | ||
monero-harness | ||
monero-rpc | ||
monero-wallet | ||
src-gui | ||
src-tauri | ||
swap | ||
utils/gpg_keys | ||
.gitignore | ||
.gitmodules | ||
AGENT.md | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Dockerfile | ||
dprint.json | ||
justfile | ||
LICENSE | ||
README.md | ||
rust-toolchain.toml |
UnstoppableSwap
This is the monorepo containing the source code for all of our core projects:
swap
contains the source code for the main swapping binaries,asb
andswap
gui
contains the new tauri based user interfacetauri
contains the tauri bindings between binaries and user interface- and other crates we use in our binaries
If you're just here for the software, head over to the releases tab and grab the binary for your operating system! If you're just looking for documentation, check out our docs page or our github docs.
Join our Matrix room to follow development more closely.
Running tests
This repository uses cargo-nextest to run the test suite.
cargo install cargo-nextest
cargo nextest run