Skip to content

hub-dao/hubdao-finance-lib

Repository files navigation

Hubdao Lib

Solidity libraries that are shared across Hubdao 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 @hubdao-finance/hubdao-lib

Then import the contracts via:

import "@hubdao-finance/hubdao-lib/contracts/access/Ownable.sol";