There's been a bunch of changes to tbDEX, this PR pulls those in and makes the necessary changes to get the examples up and running again!
Note on the .env.example changes:
Signing now requires a PortableDid, and not the various parts of the Did (like JWK, KID, etc.). I didn't see a way to re-construct a PortableDid from disk, so I went ahead and just removed that bit from the sample env file. If anyone knows of a way to do this, I'd love to update this to maintain the functionality!
There's been a bunch of changes to tbDEX, this PR pulls those in and makes the necessary changes to get the examples up and running again!
Note on the
.env.example
changes:PortableDid
, and not the various parts of the Did (like JWK, KID, etc.). I didn't see a way to re-construct aPortableDid
from disk, so I went ahead and just removed that bit from the sample env file. If anyone knows of a way to do this, I'd love to update this to maintain the functionality!