diffuse-sdk
v0.0.4
Published
The Pylon SDK for Diffuse Finance Platform.
Downloads
2
Readme
Diffuse SDK
In-depth documentation on this SDK is available at uniswap.org, and the documentation on pylon at diffuse.finance
Links
Socials:
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 [email protected]:Diffuse-Finance/diffuse-sdk.git
Move into the uniswap-sdk working directory
cd diffuse-sdk/
Install dependencies
yarn install
Run tests
yarn test