UNPKG

locklift

Version:

Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.

9 lines (8 loc) 220 B
export declare const PACKAGE_NAME = "locklift"; export declare enum ComponentType { COMPILER = "compiler", SOLD_COMPILER = "sold", SOLD_COMPILER_TYCHO = "sold_tycho", LINKER = "linker", LIB = "lib" }