Bitcoin–Monero Cross-chain Atomic Swap
Find a file
Mohan db5d02ea3d
refactor: Move libp2p-community-tor into monorepo (#484)
* refactor: Move libp2p-community-tor into monorepo

* fmt
2025-07-29 20:10:15 +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): Push docker image to ghcr.io/eigenwallet/asb 2025-07-18 09:25:35 +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-community-tor refactor: Move libp2p-community-tor into monorepo (#484) 2025-07-29 20:10:15 +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(gui): Monero wallet (#442) 2025-07-18 15:08: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 feat(gui): DFX.swiss integration (#451) 2025-07-28 11:00:33 +02:00
src-tauri feat(gui): DFX.swiss integration (#451) 2025-07-28 11:00:33 +02:00
swap refactor: Move libp2p-community-tor into monorepo (#484) 2025-07-29 20:10:15 +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: Move libp2p-community-tor into monorepo (#484) 2025-07-29 20:10:15 +02:00
Cargo.toml refactor: Move libp2p-community-tor into monorepo (#484) 2025-07-29 20:10:15 +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 rebranding: Change github/UnstoppableSwap to github/eigenwallet 2025-07-16 15:58:27 +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.

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