Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 742 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 742 Bytes

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.