### Install Dependencies (pnpm) Source: https://github.com/flayerlabs/uni-v4-helpers/blob/main/README.md Installs all necessary project dependencies using the pnpm package manager. ```shell pnpm i ``` -------------------------------- ### Example: Run Specific Script (pnpm) Source: https://github.com/flayerlabs/uni-v4-helpers/blob/main/README.md An example demonstrating how to run a specific TypeScript helper script located at './univ4UnderlyingTotalPoolBalance.ts' using the pnpm command. ```shell pnpm run tn ./univ4UnderlyingTotalPoolBalance.ts ``` -------------------------------- ### Run Script (pnpm) Source: https://github.com/flayerlabs/uni-v4-helpers/blob/main/README.md General command structure for executing a helper script using pnpm. Replace with the actual path to the script file. ```shell pnpm run tn ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.