OpenMined / PyDentity

A repository for leveraging Self-Sovereign Identity in applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Introduction Api in Basic Controller

wip-abramson opened this issue · comments

Description

The introduction protocol as defined here - https://github.com/hyperledger/aries-rfcs/tree/master/features/0028-introduce. Is implemented in aca-py. We just need to extend basic controller api to include the endpoints aca-py defines. Specifically /connections/{conn_id}/start-introduction

Should be fairly straightforward.

A notebook tutorial for this protocol should be added to the aries-basic-controller tutorial.

hi @wip-abramson, I'd be interested to take on this ticket.

Awesome, go for it mate. Let me know if you have any questions. A great place to start is going through the aries-basic-controller tutorial series if you haven't already.

Cheers!