microsoft / LSKV

A Ledger-backed Secure Key-Value store (LSKV), built on the Confidential Consortium Framework (CCF)
https://microsoft.github.io/CCF
MIT License
33 stars 6 forks source link

Official client library and CLI #209

Open jeffa5 opened 1 year ago

jeffa5 commented 1 year ago

Is your feature request related to a problem? Please describe.

Currently we can make use of etcdctl for most of the functionality but need to revert to curl or another mechanism to use LSKV specific endpoints.

Describe the solution you'd like

A cli tool, perhaps written in python, that supports interactions with LSKV. This would also be nice to have as a python library for integrating into tests and maybe other projects.