Bitcoin–Monero Cross-chain Atomic Swap
Find a file
2024-08-26 16:10:28 +02:00
.cargo .cargo/config.toml for specifying linker 2021-03-15 14:36:05 +11:00
.github CI: Install dependencies required by Tauri (ci.yml) (#23) 2024-08-19 07:27:40 +02:00
docs feat: cargo project at root 2024-08-08 00:49:04 +02:00
monero-harness feat: cargo project at root 2024-08-08 00:49:04 +02:00
monero-rpc feat: cargo project at root 2024-08-08 00:49:04 +02:00
monero-wallet feat: cargo project at root 2024-08-08 00:49:04 +02:00
src-gui feat(gui): Migrate to Tauri events 2024-08-26 15:32:28 +02:00
src-tauri refactor(tauri, swap): move rpc api to cli/api 2024-08-26 15:41:00 +02:00
swap Merge branch 'master' into tauri-events 2024-08-26 16:10:28 +02:00
utils/gpg_keys feat: cargo project at root 2024-08-08 00:49:04 +02:00
.gitignore feat: cargo project at root 2024-08-08 00:49:04 +02:00
Cargo.lock refactor(tauri, swap): move rpc api to cli/api 2024-08-26 15:41:00 +02:00
Cargo.toml feat: cargo project at root 2024-08-08 00:49:04 +02:00
CHANGELOG.md feat: cargo project at root 2024-08-08 00:49:04 +02:00
CONTRIBUTING.md feat: cargo project at root 2024-08-08 00:49:04 +02:00
Dockerfile Prepare release 0.13.4 2024-07-26 14:42:52 +02:00
dprint.json chore: Add prettier plugin to dprint config 2024-08-26 15:03:03 +02:00
LICENSE feat: cargo project at root 2024-08-08 00:49:04 +02:00
README.md Merge branch 'master' into tauri-events 2024-08-26 16:10:28 +02:00
rust-toolchain.toml bump: Rust version to 1.80 2024-08-26 15:39:59 +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.