Skip to content
/ sdk Public
forked from pangolindex/sdk

Development tools for the Pangolin ecosystem

License

Notifications You must be signed in to change notification settings

RanGojo/sdk

 
 

Repository files navigation

Pangolin SDK

This repo contains tools for developing with Pangolin.

Running

This project uses standard npm and yarn workflows.

Install dependencies

yarn

Compile

yarn build

Yarn is available to install here if you need it.

Installation

This project is available as an npm package. Add to your project with npm install @pangolindex/sdk

development flow

  1. do npm i in sdk
  2. do npm run dev which will watch for any files changes and recompiles files
  3. do yalc link "@pangolindex/sdk" in the project where you want to use components

Attribution

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

About

Development tools for the Pangolin ecosystem

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Other 0.3%