OpenMined / PyDentity

A repository for leveraging Self-Sovereign Identity in applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aries Proof Api

wip-abramson opened this issue · comments

Feature Description

The aries basic controller library needs extending to cover the Proofs Api.

Is your feature request related to a problem?

No

What alternatives have you considered?

A clear and concise description of any alternative solutions or features you've considered.

Additional Context

If you run ./manage start in libs/aries-basic-controller then navigate to http://localhost:8021/api/doc you will see the swagger API for an aries agent. Most of this api has been implemented in the controller already but a reasonable amount of work remains to implement the proofs api.

Work in progress under feature/basic-controller