Skip to content

PanoraExchange/Swap-SDK-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published