@laborx/chronobank-common-contracts
v0.1.1
Published
Chronobank common smart contracts
Downloads
5
Readme
Chronobank common smart contract library
Provides common Chronobank smart contracts that are used for set of smart contract managers and other cornerstone smart contracts.
Install
Organized as npm package this smart contracts could be easily added to a project by
npm install -s @laborx/chronobank-common-contracts
or
yarn add -D @laborx/chronobank-common-contracts
Usage
Right before you decided to use them add this library to package dependencies and import any contract according to this pattern, for example:
import "@laborx/chronobank-common-contracts/contracts/managers/BaseManager.sol";
Details
TODO