Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gRPC Implementation #116

Open
ChrisCates opened this issue Sep 22, 2019 · 1 comment
Open

gRPC Implementation #116

ChrisCates opened this issue Sep 22, 2019 · 1 comment

Comments

@ChrisCates
Copy link

ChrisCates commented Sep 22, 2019

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 ChrisCates changed the title gRPC implementation gRPC Implementation Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@ChrisCates and others