...
- Talk with us on Discord https://discord.com/channels/905194001349627914/955480822675308604
- Join our bi-weekly community calls via Zoom: Community calls
...
- Embedded device aries agent - try to build aries agent for embedded uses case
- this is yet rather unknown journey, who knows what it entails?
- DID parser - a proper DID type and parser
- DIDs, while similar to URLs, have slightly different composition.
- we need to be able to compose and decompose DIDs in a consistent manner
- DID resolver - a component that takes a DID and returns the data it points to
- things such as
DIDDocs
orservices
are stored on the ledger (or some other place) and need to be retrieved by resolving their DID
- things such as
- Protocol Registry - a static, compile-time component that holds the protocols and versions an agent supports
- the first implementation uses a lazily initialized map
- a better approach would be to have code generation in place controlled by feature flags
Research ideas
- Can https://github.com/sicpa-dlab/didcomm-rust dependency be leveraged by
aries-vcx
?
...