1.0.1 • Published 3 years ago

@safepay0x/libraries v1.0.1

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

safepay-libraries

Solidity libraries that are shared across Safepay0x 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 @safepay0x/libraries

Then import the contracts via:

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