-
Notifications
You must be signed in to change notification settings - Fork 1
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
Write spec for RPC Protocol #322
Comments
Our requirements are straightforward - we just need to expose the CLI API as RPC commands - and most RPC protocols ought to support it. I think we should go with JSON-RPC because it has libraries [1] in most languages and is used by bitcoind [2] and Zcash [3], so wallet developers should be able to integrate it easily. The API should mimic the CLI arguments we presently expose. 1: https://github.com/shanejonas/awesome-json-rpc |
https://github.com/paritytech/jsonrpc looks like it's actively developed and might be a good fit for Zeekoe's use-case. Questions:
|
See also: #191 (comment) |
We'd like to expose an RPC protocol that wallets can use to perform actions on behalf of the customer. This will require the
customerd
rearchitecture.To close this issue, write out a spec that contains all the required functionality for the RPC requests and responses in a long-term accessible location (maybe the zkchannels-spec repo).
Closed questions (see comments)
The text was updated successfully, but these errors were encountered: