-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
API / Rust library crate #1249
Comments
gRPC/protobuf would be handy to self-generate client code stubs in almost all languages out there, to allow to integrate ord in as many apps as possible |
Talked to a wallet developer, a library crate would really help - essentially taking out the "pub crate". @casey we had talked about that months ago (I wanted to use as a library as well), and I remember you had some concerns, that I do not remember. |
Also could use a library crate. |
It technically already is a library crate but we haven't designed it in a way that lends itself to be used as a library. We do want to make it more useful though. I'd be interested to know which parts of the codebase would be most useful for you? Just to know where to start |
bump |
In my case I want to use |
Ok thanks, that is a useful one. Just going to connect this #2964, which would be the first step. |
This could be an RPC API, or a Rust library crate, depending on what people want.
The text was updated successfully, but these errors were encountered: