# Lydia Finance Lib


Solidity libraries that are shared across Lydia Finance 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 @lydiafinance/lydia-finance-lib` 

Then import the contracts via:

```solidity
import "@lydiafinance/lydia-finance-lib/contracts/access/Ownable.sol"; 
```
