Last active
April 25, 2019 19:06
-
-
Save creatornader/cdde39eadf60c53c78f54ff51bbaea4c to your computer and use it in GitHub Desktop.
For running Veres One ledger agent plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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