### Hardhat Project Tasks Source: https://github.com/mashharuki/serverless_zk_nft_app/blob/main/pkgs/backend/README.md Demonstrates common Hardhat tasks for project interaction, including help, testing, gas reporting, running a local node, and deploying Ignition modules. ```shell npx hardhat help ``` ```shell npx hardhat test ``` ```shell REPORT_GAS=true npx hardhat test ``` ```shell npx hardhat node ``` ```shell npx hardhat ignition deploy ./ignition/modules/Lock.ts ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.