Skip to content

📖 Solidity libraries that are shared across Uniswap contracts

License

Notifications You must be signed in to change notification settings

sanbir/uniswap-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uniswap-lib

Tests Lint npm

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 '@uniswap/lib/contracts/libraries/Babylonian.sol';

About

📖 Solidity libraries that are shared across Uniswap contracts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 56.7%
  • Solidity 43.3%