Follow these steps to set up and run the project locally.
Use one of the following commands to install the necessary packages:
# Using yarn
yarn install
# Using npm
npm install
# Using pnpm
pnpm installcd src/examplesAdd your PRIVATE_KEY and WALLET_ADDRESS in sampleSwap.ts, then run the following command to execute the script:
ts-node sampleSwap.ts