Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 522 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 522 Bytes

Getting Started

Follow these steps to set up and run the project locally.

1. Install Dependencies

Use one of the following commands to install the necessary packages:

# Using yarn
yarn install

# Using npm
npm install

# Using pnpm
pnpm install

2. Navigate to the Examples

cd src/examples

3. Update and Execute the Script

Add your PRIVATE_KEY and WALLET_ADDRESS in sampleSwap.ts, then run the following command to execute the script:

ts-node sampleSwap.ts