A stupid project for trying out Ethereum dapps.
- Get the MetaMask browser extension and create an account.
yarn
in project root- Deploy a local network
yarn hardhat --network hardhat node
- Deploy the dapp
npx hardhat run --network localhost scripts/deploy.ts
- The
hardhat node
gives you some testa accounts, import one of them to MetaMask yarn parcel public/index.html
to start the frontend.- Go to the frontend at http://localhost:1234 and complete the connection dialog from MetaMask
- Start codin