UNPKG

zksync-cli

Version:

CLI tool that simplifies the process of developing applications and interacting with the ZKsync network

11 lines 370 B
#! /usr/bin/env node import Program from "./program.js"; import "./commands/dev/index.js"; import "./commands/contract/index.js"; import "./commands/transaction/index.js"; import "./commands/create/index.js"; import "./commands/wallet/index.js"; import "./commands/bridge/index.js"; import "./commands/config/index.js"; Program.parse(); //# sourceMappingURL=index.js.map