Skip to content

amosproj/2020ss04-swapchain

Repository files navigation

Swapchain is an application for performing ACCS (atomic cross chain swaps) via HTLCs (hash-time-locked contracts).

Supported cryptocurrencies

mainnet testnet
Bitcoin ✖️ ✔️
Bitshares ✖️ ✔️

Mainnet is not tested yet but is expected to work.

Installation

Setup

git clone https://github.com/chronark/swapchain.git

cd swapchain

npm install

CLI

Command-line tool to swap cryptocurrencies with a known counterparty.

npm run build:cli

node build/cli/index.js --help

Or use the npm script:

npm run cli -- --help

Web

Web app to swap cryptocurrencies with a known counterparty.

npm run build:web

npx serve ./build

Documentation

You can see our docs here.

Development setup

Please see our contribution guidelines.

License

This project is MIT licensed.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages