I want to know the queries (while running the Template Cordapp for Token-SDK through command line) that can be used to see the token or states present in the vault of a node when using Token-SDK in Corda.
0
votes
2 Answers
0
votes
You're very limited with the command line, you need to write your own flows or services that query the vault and return results; then on top of that you would write a client or a webserver to call those flows/services.
For instance if you write a webserver; you can call the API's with Postman and see the results in JSON format.