Bitcoin–Monero Cross-chain Atomic Swap
Find a file
Mohan cc4069ebad
refactor(monero-rpc-pool): Type safe SQL, simplify discovery (#443)
* refactor(monero-rpc-pool): Type safe SQL, default nodes, no monero.fail

* refactor

* refactor

* refactoring

* fmt

* add some randomness to node selection
2025-06-30 10:53:01 +02:00
.cargo
.github
.vscode
dev-docs
dev_scripts
docs
electrum-pool
flatpak
monero-harness
monero-rpc
monero-rpc-pool refactor(monero-rpc-pool): Type safe SQL, simplify discovery (#443) 2025-06-30 10:53:01 +02:00
monero-sys
monero-wallet
src-gui
src-tauri
swap refactor(monero-rpc-pool): Type safe SQL, simplify discovery (#443) 2025-06-30 10:53:01 +02:00
utils/gpg_keys
.dockerignore
.gitignore
.gitmodules
.taurignore
AGENT.md
Cargo.lock refactor(monero-rpc-pool): Type safe SQL, simplify discovery (#443) 2025-06-30 10:53:01 +02:00
Cargo.toml
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
dprint.json
justfile
LICENSE
README.md
rust-toolchain.toml

UnstoppableSwap

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.

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