Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 1.22 KB

ORDER_OF_WORK.md

File metadata and controls

25 lines (20 loc) · 1.22 KB

Order of Work

This document describes work that needs to be done, and should be considered list by priority with highest priority first. Generally speaking, the goal is to get agent Aries Interop 1.0 compliant

edited: 2020.10.27

Work to be done

  1. default wallet handler independent of indy. Handler in place, specifics will be finished as needed
  2. (testing) webhook
  3. (in progress) connection protocol
  4. List connections
  5. send problem report
  6. Fix CI
  7. auto response to connection protocols, configurable
  8. add option to initialize/use indy wallet
  9. add indy-node to docker
  10. Issue credential

Decisions to be done

  1. Will the host handle different transport layers or should different hosts be used to provide the different transport layers (eg: gRPC, websockets, etc....)

Additional Developer information

Additional information for developers and contributors can be found here.