1.0.5 • Published 3 years ago

@spacegrimeswap/spacegrime-swap-lib v1.0.5

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

Spacegrime 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

Then import the contracts via:

import "@spacegrimeswap/spacegrime-swap-lib/contracts/access/Ownable.sol";