smart-contract-lib
v0.1.0
Published
Suite of Tools used in building smart contracts
Downloads
4
Readme
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';