Graphical User Interface (GUI) For Trustless Cross-Chain XMR<>BTC Atomic Swaps
Download
.
Report Bug
.
Request Feature
- Documentation
- Getting Started with Development
- Development
- Roadmap
- Contributing
- License
- Acknowledgements
Please note that the documentation is still a work in progress.
Please download the GUI from the release page. Choose your respective version (.dmg for Mac, .AppImage for Linux and .exe for Windows).
We rely on generous donors like you to keep development moving forward. To bring Atomic Swaps to life, we need resources. If you have the possibility, please consider making a donation to the project. All funds will be used to support contributors and critical infrastructure.
If you interested in a partnership or want to support the project in a way that requires coordination with the contributors, contact @binarybaron:matrix.org
on Matrix.
49LEH26DJGuCyr8xzRAzWPUryzp7bpccC7Hie1DiwyfJEyUKvMFAethRLybDYrFdU1eHaMkKQpUPebY4WT3cSjEvThmpjPa
bc1qz6lfs0r206396a9psunmkfpqh7sdf2zh3e7tnf
To get a local copy up and running follow these steps.
Before proceeding you should install the following:
Clone the repository, install all dependencies using npm and start the GUI on testnet.
git clone --branch main https://github.com/binarybaron/unstoppableswap-gui
cd unstoppableswap-gui
npm install
TESTNET=true npm start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.