Skip to content

Questions about how to use veramo cli #657

Answered by mirceanis
cbw1030 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello, these are all excellent questions.

  1. By default, the schema is served at /open-api.json. This is one of the routes that is served when you run veramo server.
    You can see all the default routes in the agent.yml / server config section.
    The default routes are /messaging, /agent, /open-api.json, /api-docs

Normally, when you just run veramo server the agent uses http://localhost:3332 to listen for requests. You can browse to http://localhost:3332/api-docs to see it in action.
If you want to use https://explore.veramo.dev with your agent, your agent needs to be accessible from the web.
We've found it easy to work with ngrok.io to get a public endpoint for a locally running agent.
Altern…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cbw1030
Comment options

@mirceanis
Comment options

Answer selected by cbw1030
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants