Orgassign / pancake-swap-lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pancake Swap Lib

Solidity libraries that are shared across Uniswap contracts. These libraries are focused on safety and gas efficiency.

Install

Run yarn to install dependencies.

Test

Run yarn test to execute the test suite.

Usage

Install this in another project via yarn add @uniswap/lib

Then import the contracts via:

import "@pancakeswap/pancake-swap-lib/contracts/access/Ownable.sol"; 

About

License:GNU General Public License v3.0


Languages

Language:Solidity 82.1%Language:TypeScript 17.9%