0.1.0 • Published 3 years ago

@superdefi-finance/superdefi-core v0.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

SuperDefi Core Contracts


Actions Status

The SuperDefi Core contracts model the UniswapV2 binary contract system for the Binance Smart Chain (BSC).

Core contracts provide the fundamental functionality to swap tokens between parties when interacting with SuperDefi. Periphery contracts interact with one or more contracts but are themselves not part of the core.

For more information on Periphery contracts refer to the links to Periphery docs

Install Dependencies and Compile

$ yarn

$ yarn compile

Project tree


Contracts


@TODO

Deployments


Testnet

SuperDefiFactory:

SuperDefiERC20:

SuperDefiPair:

Mainnet


@TODO

Local Ganache


@TODO

Tests