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.

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