Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

custom defined DIDs for channels #427

Open farskipper opened 5 years ago

farskipper commented 5 years ago

@burdettadam suggested being able to provide the DID instead of using the generated one to make it easier to integrate with indy-sdk which stores DID's and their keys in it's own wallet.

burdettadam commented 5 years ago

For agent to agent(A2A) communication, there is a forward message type that has a DID to deliver the message to. To take advantage of the pico-engines event routing I would like to duplicate all dids created in indy-sdk as event channel dids in the pico-engine. This feature requires create channel primitive to accept a predefined did instead of generating a new one.

farskipper commented 5 years ago

Instead of a custom DID, we could allow one to create an alias for a channel.