Tutorial
Installation

Installation

  1. Installations
npx thirdweb@latest create --contract

Some questions will be asked, answer them accordingly.

 What is your project named? ... thirdweb-contracts
 What framework do you want to use? » Hardhat
 What will be the name of your new smart contract? ... Crowdfunding
 What type of contract do you want to start from? » Empty Contract
  1. To secure the contract, we need to create a .env file in the root directory of the project.
npm install dotenv