Feature Request: Issues Todo List
- Create a new branch
git checkout -b MY_BRANCH_NAME - Install the dependencies:
yarn - Duplicate
site/.env.templateand rename it tosite/.env.local - Add proper store values to
site/.env.local - start local etherum node
yarn start:node - open another terminal and deplop contract
yarn dev:deploy - start local UI project
lsof -n -i4TCP:8545 kill -9 54486
if you're using hardhat + metamask, and seeing this after restarting the node, try resetting your account on metamask: Settings > Advanced > Reset Account.