Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

comit-network/ambrosia

Repository files navigation

Ambrosia

This is alpha software, feel free to contact us for help if you want to try it out:

Ambrosia is a decentralized exchange user interface, that uses the COMIT network daemon (cnd) for atomic swaps.

Prerequisites

Swapping requires setting up a Ledger Nano S device and a Bitcoin Core node.

cnd must be installed separately to use Ambrosia.

For testing Ambrosia with a development setup (on regtest) we recommend using comit-scripts.

Build from code

git clone https://github.com/comit-network/ambrosia.git
cd ambrosia
yarn install

Run Development build

yarn dev

Run Production build

yarn start

Packaging for Production

To package apps for the local platform:

yarn package