atomicswap icon indicating copy to clipboard operation
atomicswap copied to clipboard

gRPC Implementation

Open ChrisCates opened this issue 5 years ago • 1 comments

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

  • .proto files to define endpoints for each respective CLI tool.

  • Converting existing examples and documentation to use gRPC standard.

  • Test cases for running testing contracts via HTTP.

ChrisCates avatar Sep 22 '19 05:09 ChrisCates