-
Notifications
You must be signed in to change notification settings - Fork 0
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
SSI updates- add bip 39 generation, expose DID generation on header file #135
Comments
@fkim7 Currently SSI doesn't support
So we'd have to add that functionality here if we wanted to abstract that away for clients. Would we want add that functionality to SSI? @fkim7 @yanctrindade I'm curious to hear what the benefit is to handle it here vs in Dart. I'm not necessarily against it just curious to hear about what the benefits are. The rest I think are FFI issues that I'll investigate |
The idea was that the SSI would be a 1 stop shop for identity, so you just use this 1 SDK for everything identity related and save work for the developers to generate their own SDKs off the protos.. I was looking at the SSI SDK as a generic Knox identity SDK in Rust that can FFI into several languages and save dev time. |
Okay sounds good |
@fkim7 @yanctrindade For context "DID generation" is already exposed via |
I've created #139 to handle the VC download side of things |
lets create link account/associate wallet also |
@LuisOsta the new KeyParir Struct expose the mnemonic but DidDocument has the DID after create_identity is not accessible since we dont have DidDocument struct exposed on ssi_ffi.h, something else we can do is create a fuction passing the didDocument pointer that returns the pointer.char to did generated. Idk the pros and cons from each approach. The thing is, If I use only SSI lib I have following use cases
but If I want to access the did itself its not exposed from ssi_ffi.h |
part of https://github.com/knox-networks/dart-sdk/issues/62 realized some functions arent exposed in the SSI FFI header file.
Gaps identified so far
Until this is sorted out, Yan is going straight grpc
The text was updated successfully, but these errors were encountered: