One wonderful thing about this setup is the hardhat community — we will swap over in our dapp frontend to have a low-stakes atmosphere to experiment with.
While you run yarn dev
you’ll discover hardhat has generated a listing of 20 public & non-public key pairs. You may entry these by opening your Metamask, clicking the circle within the prime proper, and importing an account. Paste the non-public key from account #0.

In case you click on the three dots on account as soon as chosen, you may rename it in account particulars. I known as it Deployer, as thats what we named account 0 in our hardhat.config.ts
Additionally repeat this for account #1, the Beneficiary.
After you’ve added the 2 accounts to your Metamask, confirm the native community remains to be working in your terminal, and click on the Ethereum community dropdown inside Metamask.
Click on this, after which choose Add Community.
Fill out the community information like this:
And now you can choose Hardhat inside your Metamask. It’s best to see you may have a really great amount of ETH, someplace round 10,000. Be certain that your native hardhat node remains to be working, in any other case you’ll get an error and received’t be capable to add the community.
Cool, now let’s put it to use in our net app.