Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

renproject/swapperd

Repository files navigation

Swapperd

CircleCI

Documentation

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.

Installation

macOS and Ubuntu

curl https://git.io/test-swapperd -sSLf | sh

Windows

Download the latest version from releases!

Development

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.