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

Accept user input in the form and validate against model #2

Open uchibeke opened 6 years ago

uchibeke commented 6 years ago

Dan:

A cool demo would be a React app that: (edited)

1. Prompt the user for the the fully-qualified name of a CML type and a URL to import the type from
2. Generate the web form dynamically from the type
3. User populates the web form
4. The JSON is displayed and validated against the mode