DefiStacker-hackathon / DefiStacker

MIT License
0 stars 2 forks source link

JK - Forms & Animation #5

Closed justinkaseman closed 4 years ago

justinkaseman commented 4 years ago

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.