0.1.0 • Published 3 years ago

smart-contract-lib v0.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

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';