Skip to content

Instantly share code, notes, and snippets.

@creatornader
Last active April 25, 2019 19:06
Show Gist options
  • Save creatornader/cdde39eadf60c53c78f54ff51bbaea4c to your computer and use it in GitHub Desktop.
Save creatornader/cdde39eadf60c53c78f54ff51bbaea4c to your computer and use it in GitHub Desktop.
For running Veres One ledger agent plugin
curl -k -H "Accept: application/json" https://genesis.veres.one.localhost:42443/ledger-agents | json_pp
curl -k -X POST -H "Content-Type: application/json" -H "Accept: application/json" https://genesis.veres.one.localhost:42443/ledger-agents/e75d8ed3-717e-4e0d-9787-5303b81e5c3e/plugins/danube-agent -d '{"query": {}}' | json_pp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment