Bitcoin–Monero Cross-chain Atomic Swap
Find a file
2025-07-16 15:58:27 +02:00
.cargo feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
.cursor/rules feat(gui, cli): Request quotes concurrently at all sellers (#429) 2025-07-02 16:21:36 +02:00
.github fix(ci): Disable Linux armv7 and Windows builds, enable concurrency control 2025-07-15 14:44:01 +02:00
.vscode feat(gui): Voluntary donations (#418) 2025-06-25 16:37:47 +02:00
dev-docs rebranding: Change github/UnstoppableSwap to github/eigenwallet 2025-07-16 15:58:27 +02:00
dev_scripts feat(docs): flatpak 2025-06-27 22:10:33 +02:00
docs rebranding: Change github/UnstoppableSwap to github/eigenwallet 2025-07-16 15:58:27 +02:00
electrum-pool refactor(workspace): swap-fs, swap-serde, swap-env crates (#459) 2025-07-14 22:05:43 +02:00
flatpak rebranding: Change github/UnstoppableSwap to github/eigenwallet 2025-07-16 15:58:27 +02:00
monero-harness refactor: Rename seed crate to monero-seed 2025-07-15 10:47:03 +02:00
monero-rpc refactor(workspace): swap-fs, swap-serde, swap-env crates (#459) 2025-07-14 22:05:43 +02:00
monero-rpc-pool refactor(workspace): swap-fs, swap-serde, swap-env crates (#459) 2025-07-14 22:05:43 +02:00
monero-seed refactor: Rename seed crate to monero-seed 2025-07-15 10:47:03 +02:00
monero-sys fix(monero-sys): Dynamically detect clang directory on mac os 2025-07-15 21:27:44 +02:00
src-gui rebranding: Change github/UnstoppableSwap to github/eigenwallet 2025-07-16 15:58:27 +02:00
src-tauri refactor(workspace): swap-fs, swap-serde, swap-env crates (#459) 2025-07-14 22:05:43 +02:00
swap rebranding: Change github/UnstoppableSwap to github/eigenwallet 2025-07-16 15:58:27 +02:00
swap-env refactor(workspace): swap-fs, swap-serde, swap-env crates (#459) 2025-07-14 22:05:43 +02:00
swap-fs refactor(workspace): swap-fs, swap-serde, swap-env crates (#459) 2025-07-14 22:05:43 +02:00
swap-serde refactor(workspace): swap-fs, swap-serde, swap-env crates (#459) 2025-07-14 22:05:43 +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 rebranding: Change github/UnstoppableSwap to github/eigenwallet 2025-07-16 15:58:27 +02:00
Cargo.toml refactor: Rename seed crate to monero-seed 2025-07-15 10:47:03 +02:00
CHANGELOG.md fix(protocol): adjust Monero lock retry docs (#445) 2025-06-29 20:53:25 +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 fix(gui): "Approval not found or already handled" 2025-07-04 13:40:54 +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 rebranding: Change github/UnstoppableSwap to github/eigenwallet 2025-07-16 15:58:27 +02:00
rust-toolchain.toml minimal rust version: 1.85, fix monero-rs expect(...) panic 2025-06-20 21:07:23 +02:00

eigenwallet

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.

The project was previously known as UnstoppableSwap. Read this for our motivation for the rename.

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