Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Zircon-Finance/zircon-protocol

Repository files navigation

Zircon Protocol

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

In-depth documentation on this SDK is available at uniswap.org, while basic documentation for Pylon at zircon.finance

Links

Socials:

Pylon Enhancements

The protocol includes the contracts handling Pylon and its new single-sided liquidity features.

Our architecture works on top of Uniswap v2, enabling the creation of two Pylons per pair, which handle the single-sided liquidity provision. Each Pylon holds both UniV2 LP tokens of its associated pool and a percentage of reserves of both tokens in the pair. Pylon extends on the basic Uniswap Pair ERC-20 token with the Zircon Pool Token, which is an ERC-20 representation for the Float and Anchor Shares.

Our Pylon Router handles all the communication between the user and the Pylon.

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:Zircon-Finance/zircon-protocol.git

Move into the zircon-protocol working directory

cd zircon-sdk/

Install dependencies

yarn compile

Run tests

yarn test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published