Bitcoin–Monero Cross-chain Atomic Swap
Find a file
Mohan e3e1ff5f17
rebranding: eigenwallet (#461)
* rebranding: Change github/UnstoppableSwap to github/eigenwallet

* rebranding: change Unstoppable -> eigenwallet in a bunch of places

* rebranding: change tauri icon
2025-07-17 16:31:29 +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: eigenwallet (#461) 2025-07-17 16:31:29 +02:00
dev_scripts rebranding: eigenwallet (#461) 2025-07-17 16:31:29 +02:00
docs rebranding: eigenwallet (#461) 2025-07-17 16:31:29 +02:00
electrum-pool rebranding: eigenwallet (#461) 2025-07-17 16:31:29 +02:00
flatpak rebranding: eigenwallet (#461) 2025-07-17 16:31:29 +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 rebranding: eigenwallet (#461) 2025-07-17 16:31:29 +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: eigenwallet (#461) 2025-07-17 16:31:29 +02:00
src-tauri rebranding: eigenwallet (#461) 2025-07-17 16:31:29 +02:00
swap Prepare release 2.4.3 (#462) 2025-07-17 16:24:03 +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 rebranding: eigenwallet (#461) 2025-07-17 16:31:29 +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 Prepare release 2.4.3 (#462) 2025-07-17 16:24:03 +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(dprint): ignore monero-seed for dprint 2025-07-17 16:22:09 +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