Replies: 1 comment
-
|
Looks like veramo-agent-deploy is a few versions behind. I'm not sure if this will be enough for local setup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to setup completely local environment with multiple cloud agents (issuer, verifier, holder). I am using this repo to build the containers. However, running locally does not seem to work well with DIDs since the url contains a
:in the url. This leads to problems when resolving the DIDs since this is a significant delimiter.The other approach is to use the Veramo CLI and run
veramo server. However, the generated ngrok url changes on every startup and adds additional complexity during configuration.What is the recommended way for setting up a completely local dev environment?
Beta Was this translation helpful? Give feedback.
All reactions