4.0.1 • Published 3 years ago

@geometrydefi/lib v4.0.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

Geometry 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 @geometrydefi/lib

Then import the contracts via:

import "@geometrydefi/lib/contracts/access/Ownable.sol";