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.

5 lines (4 loc) 111 B
import { Command } from "commander"; import "ts-node"; declare const program: Command; export default program;