npx thirdweb@latest create --contract
npx thirdweb create --app
After cloning the repo:
cd web3
Run:
npm i
PRIVATE_KEY=
run the following command in the terminal:
npx thirdweb@latest deploy
Then deploy the Smart contract in the link appear in the terminal and copy the contract address and paste it in the context file
cd client
yarn add
yarn run dev
- ReactJS
- Thirdweb
- Solidity
- TailwindCSS