0.0.4 • Published 2 years ago
diffuse-sdk v0.0.4
Diffuse SDK
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.gitMove into the uniswap-sdk working directory
cd diffuse-sdk/Install dependencies
yarn installRun tests
yarn test