Open geofmureithi opened 1 year ago
There should be a way to read contract data.
"Global" state shared by all contract users Contract instance, contract wasm, or a global admin
Currently this PR thinks about parsing the wasm only, looking into getting more data.
https://soroban.stellar.org/docs/fundamentals-and-concepts/persisting-data
Currently we are just ingesting
contactdata
, we should be able to readcontractcode
too and parse the wasm file. Related to #17