Zilliqa / scilla

Scilla - A Smart Contract Intermediate Level Language
https://scilla-lang.org
GNU General Public License v3.0
240 stars 79 forks source link

Support for inputting ADT values for transitions #1151

Open anton-trunov opened 2 years ago

anton-trunov commented 2 years ago

This is a common problem for contact developers these days.

There is a wiki page with describing this issue further: https://github.com/Zilliqa/scilla/wiki/UI-design-for-inputting-ADT-values.

There is an external tool for that: https://github.com/Zilliqa/scilla-json-utils, but I think we should support this at the level of Scilla tooling.

This also should be integrated into the Scilla Web IDE.