Bitcoin–Monero Cross-chain Atomic Swap
Find a file
2025-06-25 19:07:42 +02:00
.cargo feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
.github minimal rust version: 1.85, fix monero-rs expect(...) panic 2025-06-20 21:07:23 +02:00
.vscode feat(gui): Voluntary donations (#418) 2025-06-25 16:37:47 +02:00
dev-docs Update README.md 2025-06-25 09:28:52 +02:00
dev_scripts feat(monero): Remote node load balancing (#420) 2025-06-19 01:35:34 +02:00
docs feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
electrum-pool bump: release version 2.3.0-beta.2 2025-06-24 11:57:02 +02:00
flatpak feat: flatpak build (#409) 2025-06-13 15:46:02 +02:00
monero-harness fix(gui): Formatting of new approval dialog 2025-06-25 19:07:42 +02:00
monero-rpc feat(protocol): Early Bitcoin refund (#344) 2025-06-11 20:40:16 +02:00
monero-rpc-pool bump: release version 2.3.0-beta.2 2025-06-24 11:57:02 +02:00
monero-sys fix(cli, gui): Use 0-1 for address pool (#440) 2025-06-25 18:13:44 +02:00
monero-wallet feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
src-gui fix(gui): Formatting of new approval dialog 2025-06-25 19:07:42 +02:00
src-tauri bump: release version 2.3.0-beta.2 2025-06-24 11:57:02 +02:00
swap fix(cli, gui): Use 0-1 for address pool (#440) 2025-06-25 18:13:44 +02:00
utils/gpg_keys fix: Remove .DS_STORE file 2024-07-26 14:44:40 +02:00
.dockerignore feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
.gitignore feat(monero): Remote node load balancing (#420) 2025-06-19 01:35:34 +02:00
.gitmodules feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
.taurignore feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
AGENT.md fix(dprint): Ignore .git folder 2025-05-26 21:05:28 +02:00
Cargo.lock feat(gui): Voluntary donations (#418) 2025-06-25 16:37:47 +02:00
Cargo.toml bump: release version 2.3.0-beta.2 2025-06-24 11:57:02 +02:00
CHANGELOG.md feat(gui): Voluntary donations (#418) 2025-06-25 16:37:47 +02:00
CONTRIBUTING.md docs(dev): switch test instructions to nextest (#361) 2025-05-27 11:05:49 +02:00
Dockerfile fix: max 3 cores for docker build env 2025-06-24 00:29:45 +02:00
dprint.json refactor(gui): Update MUI to v7 (#383) 2025-06-06 22:31:33 +02:00
justfile feat(monero): Remote node load balancing (#420) 2025-06-19 01:35:34 +02:00
LICENSE Change license to GPLv3 2020-10-12 17:13:25 +11:00
README.md bump: release version 2.3.0-beta.2 2025-06-24 11:57:02 +02:00
rust-toolchain.toml minimal rust version: 1.85, fix monero-rs expect(...) panic 2025-06-20 21:07:23 +02:00

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 and swap
  • gui contains the new tauri based user interface
  • tauri 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.

Screenshot 2024-11-21 at 6 19 03 PM

Contributing

We have a justfile containing a lot of useful commands. Run just help to see all the available commands.

Running tests

This repository uses cargo-nextest to run the test suite.

cargo install cargo-nextest
cargo nextest run