Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 440 Bytes

File metadata and controls

22 lines (12 loc) · 440 Bytes

Ruby Swap Lib

Solidity libraries that are shared across Uniswap-based 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 @rubyswap/ruby-swap-lib

Then import the contracts via:

import "@rubyswap/ruby-swap-lib/contracts/access/Ownable.sol";