Bitcoin–Monero Cross-chain Atomic Swap
Find a file
2024-11-09 16:04:28 +01:00
.cargo feat(asb + cli): Redact logs + unify tracing infrastructure (#1733) (#55) 2024-09-01 18:13:43 +02:00
.github fix(ci): Add env variables for tauri signing to workflow 2024-10-23 19:29:46 +02:00
.vscode release(gui): 1.0.0 alpha.1 (#125) 2024-10-22 13:22:46 +02:00
dev-docs refactor(docs): move source for doc pages here (#119) 2024-10-25 03:55:18 +02:00
docs refactor(docs): move source for doc pages here (#119) 2024-10-25 03:55:18 +02:00
monero-harness chore(monero, monero_harness): bump tracing-subscriber to 0.3 2024-08-28 12:18:58 +02:00
monero-rpc fix: monero wallet refresh (#1596) 2024-06-10 18:53:52 +02:00
monero-wallet chore(monero, monero_harness): bump tracing-subscriber to 0.3 2024-08-28 12:18:58 +02:00
src-gui fix(gui): Hide manual cancel and refund button (#142) 2024-11-09 12:27:57 +01:00
src-tauri feat(gui): Allow to select from recently used monero addresses (#139) 2024-11-09 12:11:00 +01:00
swap fix(swap): Change default electrum testnet server (#144) 2024-11-09 16:04:28 +01:00
utils/gpg_keys fix: Remove .DS_STORE file 2024-07-26 14:44:40 +02:00
.gitignore feat(gui, tauri): Accept --testnet flag, default to mainnet (#106) 2024-10-10 14:51:56 +02:00
Cargo.lock feat(gui): Enforce single instance of GUI to be running (#135) 2024-11-06 19:39:32 +01:00
Cargo.toml feat: cargo project at root 2024-08-08 00:49:04 +02:00
CHANGELOG.md Revert "Prepare release 0.13.5 (#107)" (#121) 2024-10-16 23:55:26 +02:00
CONTRIBUTING.md Create CONTRIBUTING.md 2021-06-29 10:58:00 +10:00
Dockerfile fix(Dockerfile): Update image to 1.79 rust and build from /swap directory 2024-09-09 22:40:27 +02:00
dprint.json feat(gui, tauri): Accept --testnet flag, default to mainnet (#106) 2024-10-10 14:51:56 +02:00
LICENSE Change license to GPLv3 2020-10-12 17:13:25 +11:00
README.md docs: Add matrix room to README.md 2024-09-27 13:08:46 +02:00
rust-toolchain.toml chore: downgrade rust toolchain to 1.79 2024-08-27 18:07:49 +02:00

xmr-btc-swap

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.