Swapperd is built and officially supported by the Republic Protocol team. It is a daemon that can be used to execute cross-chain atomic swaps between Bitcoin, Ethereum, and ERC20 tokens.
curl https://git.io/test-swapperd -sSLf | sh
Download the latest version from releases!
To build locally, run:
make build
In order to cross-compile for all platforms, you will need Docker and xgo.
To build for all platforms, run:
make
You can build for a specific platform by running:
make [platform]
where [platform] is one of darwin
, linux
, or windows
.