{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"How to deploy smart contracts in Hardhat?","a":"Create a project structure: Create a new project folder and inside it, create the following files and folders:↵↵ - `hardhat.config.js`: Hardhat configuration file.↵ - `contracts`: Folder containing Solidity contracts.↵↵ - `src` folder (optional): If you want to organize your project into src and test folders, create a src folder inside the project folder.↵ - `src/index.js`: Entry point for your smart contract deployment.↵ - `src/utils`: Folder containing utility files for deployment.↵ - `src/config`: F"}]}],"pr":"7ef9bb9cf887a3269680d69fd9c039080d8d477efdf4c9e2289f2b029db42e2d"}