- Hardhat
- Svelte + wagmi-core
- Prerequisite
- Install
pnpm
: - Use node 16
Using npm:
npm install -g pnpm
- Others: https://pnpm.io/installation
- Install
pnpm i
- Set web3modal project id in
packages/app/.env
(obtain a project id for web3modal)
- Start the local chain
pnpm node
- Start the web app
pnpm web