Components

Home

<Home loadedContract appStarted startApp />

Constructor

# <Home loadedContract appStarted startApp />

Provides an introduction or instructions for the user depending on appStarted.

PropTypes:
Name Type Required Description Default
loadedContract object No Loaded contract JSON.
appStarted bool Yes App started indicator.
startApp func Yes Action to set appStarted === true

View Source components/Home.js, line 23