npx thirdweb@latest create --contract
Enter the project name as well as contract name
TO create the client side project
npx thirdweb create --app
To deploy the smart contract
cd web3
Run:
npm i
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
To run the client app
cd client
yarn add
yarn run dev
Stacks used in this project
- ReactJS
- Thirdweb
- Solidity
- TailwindCSS