Last active
August 6, 2021 11:25
-
-
Save percybolmer/b0ab511a799f18034177c02498001553 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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