Bitcoin–Monero Cross-chain Atomic Swap
Find a file
2025-08-07 13:11:28 +02:00
.cargo feat(monero-sys): Monero bindings (#303) 2025-06-17 10:55:50 +02:00
.cursor/rules refactor(monero-rpc-pool): reqwest -> ureq (#486) 2025-07-29 21:19:37 +02:00
.github fix(ci): Match build-release-binaries.yml name with what its building 2025-08-06 16:02:04 +02:00
.vscode feat(gui): Voluntary donations (#418) 2025-06-25 16:37:47 +02:00
dev-docs feat(gui): Add swapanarchy.cfd, darkness.su and eigen.center rendezvous points 2025-08-03 20:48:08 +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 fix(monero-rpc-pool): TLS hanging (#495) 2025-08-03 13:19:47 +02:00
flatpak fix(flatpak): Link to .org instead of .net 2025-07-22 21:22:22 +02:00
libp2p-rendezvous-server chore: Upgrade bdk to 2.0.0 (#494) 2025-08-03 01:55:40 +02:00
libp2p-tor feat(rendezvous-server): Listen on onion address (#491) 2025-08-02 14:42:12 +02:00
monero-harness feat(gui): Monero wallet (#442) 2025-07-18 15:08:36 +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(monero-rpc-pool): use u16 for ports 2025-08-07 13:11:28 +02:00
monero-seed refactor: Rename seed crate to monero-seed 2025-07-15 10:47:03 +02:00
monero-sys feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +02:00
src-gui feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +02:00
src-tauri Prepare release 3.0.0-beta.5 (#499) 2025-08-04 11:51:06 +02:00
swap feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +02:00
swap-asb feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +02:00
swap-controller feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +02:00
swap-controller-api feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +02:00
swap-env feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +02:00
swap-feed chore: Upgrade bdk to 2.0.0 (#494) 2025-08-03 01:55:40 +02:00
swap-fs feat(gui): Monero wallet (#442) 2025-07-18 15:08:36 +02:00
swap-orchestrator Update README.md 2025-08-06 16:47:03 +02:00
swap-serde feat(gui): Monero wallet (#442) 2025-07-18 15:08:36 +02:00
throttle dprint fmt 2025-07-18 15:24:03 +02:00
utils/gpg_keys fix: Remove .DS_STORE file 2024-07-26 14:44:40 +02:00
.dockerignore feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +02:00
.gitignore feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +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 feat(monero-rpc-pool): add block download stress tester 2025-08-07 12:52:41 +02:00
Cargo.toml feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +02:00
CHANGELOG.md amend changelog 2025-08-07 13:01:24 +02:00
CONTRIBUTING.md docs(dev): switch test instructions to nextest (#361) 2025-05-27 11:05:49 +02:00
dprint.json fix(dprint): ignore monero-seed for dprint 2025-07-17 16:22:09 +02:00
justfile feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +02:00
LICENSE Change license to GPLv3 2020-10-12 17:13:25 +11:00
README.md docs: add newer screenshots 2025-07-29 20:19:21 +02:00
rust-toolchain.toml feat: Orchestration & Controller (#492) 2025-08-06 15:33:41 +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.

image image image

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