This is alpha software, feel free to contact us for help if you want to try it out:
- Email: hello@comit.network
- Matrix chat: #comit:matrix.org
- Twitter: @comit_network
Ambrosia is a decentralized exchange user interface, that uses the COMIT network daemon (cnd) for atomic swaps.
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.
git clone https://github.com/comit-network/ambrosia.git
cd ambrosia
yarn install
yarn dev
yarn start
To package apps for the local platform:
yarn package