### Install Dependencies and Compile Contracts Source: https://github.com/hedgey-finance/locked_vestingtokenplans/blob/master/README.md Installs project dependencies and compiles the smart contracts using Hardhat. ```bash npm install npx hardhat compile ``` -------------------------------- ### Run Tests Source: https://github.com/hedgey-finance/locked_vestingtokenplans/blob/master/README.md Executes the test suite for the smart contracts using Hardhat. ```bash npx hardhat test ``` -------------------------------- ### Deploy Contracts Source: https://github.com/hedgey-finance/locked_vestingtokenplans/blob/master/README.md Deploys specified smart contracts to a chosen network using a Hardhat script. Requires a .env file with private keys, RPC URL, and Etherscan API key. ```bash npx hardhat run scripts/deploy.js --network ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.