GitXplorerGitXplorer
p

Swap-qtum

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
02e1e10a9c272507b4e75b4462fcc902512439cb

add worker

ppplam committed 7 years ago
Unverified
af920dc5110f61f7f0c35914e29588931c707db6

swap events ok

ppplam committed 7 years ago
Unverified
5ccd1b1c78d63dc40cde0e0718c274c2d4bcbd70

update readme

ppplam committed 7 years ago
Unverified
58ddec21b9dc159965fc59942f15b85a0bc1e4f7

update readme

ppplam committed 7 years ago
Unverified
80607f0a9c8054a4d58b7367e27696a57d7f6a12

fix bugs

ppplam committed 7 years ago
Unverified
9fd318c5396669c54a286706815a7f8673ff25ed

update readme

ppplam committed 7 years ago

README

The README file for this repository.

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>