This repo contains tools for developing with Pangolin.
This project uses standard npm and yarn workflows.
Install dependencies
yarnCompile
yarn buildYarn is available to install here if you need it.
This project is available as an npm package. Add to your project with npm install @pangolindex/sdk
- do
npm iin sdk - do
npm run devwhich will watch for any files changes and recompiles files - do
yalc link "@pangolindex/sdk"in the project where you want to use components
This code was adapted from this Uniswap repo: uniswap-sdk.