1.0.0 • Published 2 years ago

@trebodex/trebodex-solib v1.0.0

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
2 years ago

Trebodex Solidity Libraries

Solidity libraries that will be used in different projects. This package focuses on safety and execution 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 @trebodex/trebodex-solib

Then import the contracts via:

import '@trebodex/lib/contracts/libraries/BitMath.sol';