/Swap-qtum

ATN cross chain swap router at qtum

Primary LanguageJavaScript

Swap@qtum

ATN cross chain swap router at qtum

Installation

Make sure docker is avaliable and the qtum image has been pulled

git clone https://github.com/ATNIO/Swap-qtum.git
cd Swap-qtum
npm install

Deployment

./bin/qtumd
make

Usage

Setup a demo with

make demo

then listen atn events by

npm run listenatn

and swap events by

npm run listenswap

Now launch another shell and

./bin/swap <from> <fromHex> <to_chain> <to_address> <amount>