Skip to content

taalswap/taal-swap-lib

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 82.1%
  • TypeScript 17.9%