Closed rolsonquadras closed 3 years ago
Reference: edge-agent wallet implementation
Storage - currently being used by wallet manager & did manager for saving metadata
Note: All credential handler request/response handling will stay in edge-agent for now, credential handler api bridge is yet to be implemented.
Tasks
Idea is to create simplified APIs that can be used by sdk, browser(js/wasm binding), mobile native(gomobile), rest bindings for the business logic present in edge-agent (currently, it's written in Javascript). Instead of repeating these in individual bindings, we need to move the JS code to Golang code and expose them through different bindings.
The list includes