https://github.com/threefoldtech/atomicswap
On-chain atomic swaps
https://github.com/threefoldtech/atomicswap
Last synced: 9 months ago
JSON representation
On-chain atomic swaps
- Host: GitHub
- URL: https://github.com/threefoldtech/atomicswap
- Owner: threefoldtech
- License: apache-2.0
- Created: 2018-07-12T09:32:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T11:08:42.000Z (over 2 years ago)
- Last Synced: 2024-06-21T01:50:12.020Z (over 1 year ago)
- Language: Go
- Size: 19.8 MB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# atomic swap tools
Utilities to perform cross-chain atomic swaps.
The swaps are based upon and compatible with [Decred atomic swaps](https://github.com/decred/atomicswap).
This repository adds tools and support for coins and wallets not supported by the Decred atomic swap tools.
## Atomic Swaps with full clients
Supported wallets:
* Ethereum ([Ethereum](https://ethereum.org/))
## Atomic Swaps with thin clients
### Electrum
Currently only the Bitcoin Electrum wallet is supported:
* Bitcoin ([Electrum](https://electrum.org/)): [BTCAtomicwap](./cmd/btcatomicswap)
## Atomic swaps without an external wallet process
* [Stellar](https://stellar.org) based assets and Lumens: [StellarAtomicSwaps](cmd/stellaratomicswap/readme.md)
## Repository Owners
* Rob Van Mieghem ([@robvanmieghem](https://github.com/robvanmieghem))
* Lee Smet ([@leesmet](https://github.com/leesmet))