Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

  • 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  or services  are stored on the ledger (or some other place) and need to be retrieved by resolving their DID


  • 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

...