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

gRPC Implementation #116

Open ChrisCates opened 4 years ago

ChrisCates commented 4 years ago

Description

Currently, the atomic swap configuration can only be used via command line. It might be a good idea to implement it via gRPC in a way that can also be accessed via HTTP. As it currently stands, the project is very difficult to use in a real-world scenario. Being able to provision this project as a remote procedure call not only ensures consistency with the Bitcoin Core source but also allows the project to be accessed via HTTP as well too.

Suggestions