atomicswap
atomicswap copied to clipboard
gRPC Implementation
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.