# uniswap-lib

[![Actions Status](https://github.com/Uniswap/uniswap-lib/workflows/CI/badge.svg)](https://github.com/Uniswap/uniswap-lib/actions)
[![npm](https://img.shields.io/npm/v/@coswap/lib)](https://unpkg.com/@coswap/lib@latest/)

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 @coswap/lib` 

Then import the contracts via:

```solidity
import "@coswap/lib/contracts/libraries/Babylonian.sol"; 
```
