dhiway / cord-agent-app-v1

Agent (REST API endpoint) for cord.js sdk
Apache License 2.0
9 stars 7 forks source link

RFE: Implement VC output for a given stream identifier #11

Open amarts opened 2 years ago

amarts commented 2 years ago

With a given identifier, I should be able to get the VC issued.

ishivanshgoel commented 2 years ago

Is the method to get vc by identifier implemented in the SDK?

amarts commented 2 years ago

Idea is, we 'store' the VC in DB when the stream is anchored itself... everytime someone requests, only vc can be sent back as response to GET call. That is what I have in mind. Check cord.ts commented code for vc format output.