Ability to view Workflow (json) and Smart Contract (.sol) code for Application
It would be great if we could use the Blockchain Workbench Client App as an Administrator to be able to view the Workflow configuration json and Smart Contract (.sol) source code. This would help to be able to verify what has been deployed.

1 comment
-
Anonymous commented
You kind of can - if you query the database `SELECT * from [dbo].ContractCode`, you'll get two URL's for each application - SourceBlobStorageURL shows the source .sol code, and ArtifactBlobStorageURL which contains low level metadata and ethereum op code. Not exactly the JSON you uploaded, but the relationships defined in the JSON can be found by dissecting the various `Workflow*` tables in SQL - i.e. States, Functions, parameters etc.