This framework uses the Aries Apple SDK to communicate with a mediator service via DIDComm for
- connecting
- creating an inbox
- getting inbox items
- delete inbox items
- adding a route
- adding the device info
To use the mediator service you first have to successfully
- connect after that you have to go for the
- Device Check where you can than create the inbox with the device validation objecct
- createInbox(with: validation) and than add the device info to the ledger as well
- addDeviceInfo
- Find a better way for
mobileSecret
- Maybe parameterize
@type
instead ofConstants
- Rework/Remove
Networking
as it might be over-engineered because it's basically only used for thediscover
and this might be also the only use for it