Bitcoin–Monero Cross-chain Atomic Swap
Find a file
2025-08-01 15:12:27 +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 update toolchaint to 1.87 2025-08-01 15:12:27 +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 fix(flatpak): Link to .org instead of .net 2025-07-22 21:22:22 +02:00
libp2p-tor refactor: rename crate to libp2p-tor (#485) 2025-07-29 20:13:42 +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 feat: whitelist /gethashes.bin for clearnet 2025-08-01 12:41:36 +02:00
monero-seed refactor: Rename seed crate to monero-seed 2025-07-15 10:47:03 +02:00
monero-sys fix(monero-sys): Lock refresh before storing wallet file (#475) 2025-07-23 22:01:06 +02:00
src-gui refactor(monero-rpc-pool): ureq -> raw hyper (#487) 2025-08-01 12:02:07 +02:00
src-tauri refactor(monero-rpc-pool): ureq -> raw hyper (#487) 2025-08-01 12:02:07 +02:00
swap refactor(monero-rpc-pool): ureq -> raw hyper (#487) 2025-08-01 12:02:07 +02:00
swap-env dprint fmt 2025-07-18 15:24:03 +02:00
swap-feed dprint fmt 2025-07-18 15:24:03 +02:00
swap-fs feat(gui): Monero wallet (#442) 2025-07-18 15:08:36 +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(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 refactor(monero-rpc-pool): ureq -> raw hyper (#487) 2025-08-01 12:02:07 +02:00
Cargo.toml refactor: rename crate to libp2p-tor (#485) 2025-07-29 20:13:42 +02:00
CHANGELOG.md Prepare release 3.0.0-beta.2 (#482) 2025-07-27 23:57:40 +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(gui): Monero wallet (#442) 2025-07-18 15:08:36 +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 refactor: Move libp2p-community-tor into monorepo (#484) 2025-07-29 20:10:15 +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