Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active August 6, 2021 11:25
Show Gist options
  • Save percybolmer/b0ab511a799f18034177c02498001553 to your computer and use it in GitHub Desktop.
Save percybolmer/b0ab511a799f18034177c02498001553 to your computer and use it in GitHub Desktop.
return (
<div className="App">
<header className="App-header">
<p> Welcome to your DAPP</p>
<p>The total supply is {totalSupply}</p>
<p>Account balance: {accountBalance}</p>
<button onClick={stake}><p>Stake</p></button>
</header>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment