The way I see it working is by holding our Chain's state in our store (React Context). When a Block is added it will push another object on to the Chain causing a re-render. Inside this new Block will be a Form to fill out. We can have a submit button similar to Furucombo that will submit transaction of the chain to our smart contract.
Description
Loads up some new dependencies:
Lays out some basic components for:
The way I see it working is by holding our Chain's state in our store (React Context). When a Block is added it will push another object on to the Chain causing a re-render. Inside this new Block will be a Form to fill out. We can have a submit button similar to Furucombo that will submit transaction of the chain to our smart contract.
Caveats
These are basic skeletons. Feel free to change.