- npx thirdweb@latest create --contract
- do somechanges in contract.sol
- add network rpc and private key in hardhat.config.js
- just do npm run deploy
- after deploy go to the link provided by thirdweb
- and finally deploy by connecting with metmask
- create a react/next app
- add tailwind for better ui/ux
- give thirdweb provider with clientid (thirdweb-->settings-->create api key) and activechain and wrap the APP with thirdweb provider
- create a usecontext api and give contract address
- add some frontend
- and just do npm run build for hosting