uchibeke / composer-form

A modeling tool for generating a web form from a blockchain model type and validating and submitting the filled out form to a Hyperledger Blockchain
https://hyperledger.github.io/composer/
Other
6 stars 9 forks source link

Generation of Model Instances from Form contents #16

Open mttrbrts opened 6 years ago

mttrbrts commented 6 years ago

On a button click or function call, the contents of a valid form should generate a JSON serialization.

Parsing this JSON serialization with the Model Manager's Serializer (fromJSON) should be guaranteed to succeed.

Questions