shixin-guo / Promise

A NFT Marketplace for VirtualEvent Platform
https://znft.vercel.app/
MIT License
2 stars 0 forks source link
nextjs nft-marketplace reactjs solidity typescript wagmi

Feature Request: Issues Todo List

Contribute

  1. Create a new branch git checkout -b MY_BRANCH_NAME
  2. Install the dependencies: yarn
  3. Duplicate site/.env.template and rename it to site/.env.local
  4. Add proper store values to site/.env.local
  5. start local etherum node yarn start:node
  6. open another terminal and deplop contract yarn dev:deploy
  7. start local UI project

Work in progress

Q&A

how to kill a port

lsof -n -i4TCP:8545 kill -9 54486

What happens when a transaction nonce is too high?

if you're using hardhat + metamask, and seeing this after restarting the node, try resetting your account on metamask: Settings > Advanced > Reset Account.