1.0.2 • Published 3 years ago

@sfpy/libraries v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

sfpy-libraries

Solidity libraries that are shared across Sfpy contracts

Install

Run yarn to install dependencies.

Test

Run yarn test to execute the test suite.

Usage

Install this in another project via yarn add @sfpy/libraries

Then import the contracts via:

import '@sfpy/libraries/contracts/libraries/TransferHelper.sol';