0.1.1 • Published 5 years ago

@laborx/chronobank-common-contracts v0.1.1

Weekly downloads
2
License
AGPL-3.0
Repository
gitlab
Last release
5 years ago

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