@coffee-beans/v2-solidity-utils
v2.0.8
Published
Solidity libraries and utilities
Downloads
14
Readme
Coffee V2 Solidity Utilities
This package contains Solidity utilities and libraries used when developing Coffee V2 contracts. Many design decisions and trade-offs have been made in the context of Coffee V2's requirements and constraints (such as reduced bytecode size), which may make these libraries unsuitable for other projects.
Overview
Installation
$ npm install @coffee-beans/v2-solidity-utilsLicensing
Most of the Solidity source code is licensed under the GNU General Public License Version 3 (GPL v3): see LICENSE.
Exceptions
- All files in the
openzeppelindirectory are based on the OpenZeppelin Contracts library, and as such are licensed under the MIT License: see LICENSE. - The
LogExpMathcontract is licensed under the MIT License.
