@sfpy/libraries
v1.0.2
Published
Solidity libraries that are shared across Sfpy contracts
Downloads
4
Readme
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';