0.0.4 • Published 9 months ago

diffuse-sdk v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

npm.io

Diffuse SDK

code style: prettier Actions Status npm version npm bundle size (scoped version)

In-depth documentation on this SDK is available at uniswap.org, and the documentation on pylon at diffuse.finance

Links

Pylon Enhancements

This SDK supports the Pylon features to calculate minting and burning tranched liquidity for Float and Anchor.

Running tests

To run the tests, follow these steps. You must have at least node v10 and yarn installed.

First clone the repository:

git clone git@github.com:Diffuse-Finance/diffuse-sdk.git

Move into the uniswap-sdk working directory

cd diffuse-sdk/

Install dependencies

yarn install

Run tests

yarn test