flachy / swapperd

Swapperd daemon for executing cross-chain swaps

Home Page:https://renproject.github.io/swapperd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Swapperd daemon for executing cross-chain swaps

https://renproject.github.io/swapperd

License:GNU General Public License v3.0


Languages

Language:Go 98.0%Language:Makefile 1.0%Language:Shell 0.9%