Explore data across multiple DID agents
npm install agent-exploreThis package can be used to start a web server that allows you to explore an agent's API.
It includes the basic agent explorer web interface that can load the UI plugins and a CLI command to launch it.
``bash`
npm -g i agent-explore
`bash`
agent-explore serve --port 8080
You can specify a default agent configuration
`bash``
agent-explore serve --port 8080 --schemaUrl https://example.ngrok.io/open-api.json --apiKey test123 --name Agent