Blockstream / green_android

Blockstream Green Wallet for Android
GNU General Public License v3.0
200 stars 82 forks source link

Feature Request: Atomic swap #52

Open anonymous108 opened 5 years ago

anonymous108 commented 5 years ago

Thanks you for your work, the new wallet looks nice in the the pictures I see on your website. Please excuse that I am not yet using this wallet, but I have a interest to use it.

Description

Atomic Swaps are able to be used for exchanging one crypto currency for another, in a trustless way.

Is this something that the team are interested in doing? I read that there is an open-source implementation of the atomic swaps written in the Go language. So to bring into Java, might not be very tough.

alessandro-saglimbeni commented 5 years ago

A tool for atomic swaps on Liquid already exists: https://github.com/Blockstream/liquid-swap/ .

We are planning to integrate it on Green wallets as soon as PSBT is integrated in Libwally https://github.com/ElementsProject/libwally-core/issues/53