kubiklabs / wasmkit

Cosmwasm dev tooling framework
https://wasmkit.kubiklabs.xyz/
MIT License
6 stars 2 forks source link

Create a response parser class #25

Open udit-gulati opened 11 months ago

udit-gulati commented 11 months ago

The response from query, exec, init, deploy is huge.

There should be proper independent parser class to handle the parsing of this huge response msg into small readable json.

Should have some params passed by user as env variables to tweak the parser output like verbose, should detailed log, show network call stack etc.