0.1.0 • Published 4 years ago
smart-contract-lib v0.1.0
Smart Contract Lib
Solidity libraries and tools that are used when writing smart contracts. These libraries are focused on safety and gas efficiency.
Install
Run yarn to install dependencies.
Test
Run yarn test to execute the test suite.
Usage
Install this in another project via yarn add smart-contract-lib
Then import the contracts via:
import 'smart-contract-lib/contracts/access/Ownable.sol';0.1.0
4 years ago