UNPKG

zksync-cli

Version:

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

9 lines (8 loc) 284 B
#! /usr/bin/env node 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";