zircon-sdk
v1.0.11-rc-110
Published
The Pylon SDK for Zircon Finance Platform.
Downloads
319
Readme
Zircon SDK
In-depth documentation on this SDK is available at uniswap.org, and the documentation on pylon at zircon.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]:Zircon-Finance/zircon-sdk.git
Move into the uniswap-sdk working directory
cd zircon-sdk/
Install dependencies
yarn install
Run tests
yarn test