Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
/ joe-sdk-v2 Public archive

🛠 SDK V2 for building applications on top of Trader Joe.

License

Notifications You must be signed in to change notification settings

traderjoe-xyz/joe-sdk-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joe V2 SDK

This SDK contains tools for developing for the Joe V2 protocol, which utilizes the Liquidity Book architecture.

For more details:

Running

This project uses standard npm and yarn workflows.

Install dependencies

yarn

Compile

yarn build

Run uni tests (WIP)

yarn test

Installation

This project is available as an npm package. Add to your project with npm install @traderjoe-xyz/sdk-v2

Attribution

This code was adapted from this Uniswap repo: uniswap-sdk.