decred / atomicswap

On-chain atomic swaps for Decred and other cryptocurrencies.
https://blog.decred.org/2017/09/20/On-Chain-Atomic-Swaps/
ISC License
507 stars 232 forks source link

New coin want to be swaped #91

Closed luoshang722 closed 5 years ago

luoshang722 commented 5 years ago

Now i want to add support of Qtum for atomicswap, but Qtum does not have a Go implement. Should i write an alternative full node by GO for qtum first? If it is, which xxxd should i fork if want it easier. btcd or ltc or which one ?

jcvernaleo commented 5 years ago

Qtum is based on bitcoin-core's code which is what btcd impliments, but the addition of the EVM means making a full implementation is a VERY large undertaking.

jrick commented 5 years ago

You don't need a full node. These tools only communicate with a wallet over RPC. The references to code from full nodes is due to using those packages as libraries (for decoding transactions, building scripts, etc.).

jrick commented 5 years ago

Qtum support is merged.