You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: