Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 744 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 744 Bytes

Tasks -

Web3 part -

  1. npx thirdweb@latest create --contract
  2. do somechanges in contract.sol
  3. add network rpc and private key in hardhat.config.js
  4. just do npm run deploy
  5. after deploy go to the link provided by thirdweb
  6. and finally deploy by connecting with metmask

FrontEnd part-

  1. create a react/next app
  2. add tailwind for better ui/ux
  3. give thirdweb provider with clientid (thirdweb-->settings-->create api key) and activechain and wrap the APP with thirdweb provider
  4. create a usecontext api and give contract address
  5. add some frontend
  6. and just do npm run build for hosting

Video Demo

Watch the video