Skip to content
/ cli Public

CLI tool for creating universal smart contracts on ZetaChain

Notifications You must be signed in to change notification settings

zeta-chain/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZetaChain CLI

A command-line interface tool for building and managing ZetaChain universal applications.

Installation

npm install -g zetachain@next

Or run directly with:

npx zetachain@next <command>

Commands

new

Creates a new ZetaChain universal application:

npx zetachain@next new

localnet

Starts a local development environment for testing your ZetaChain applications.

npx zetachain@next localnet

Contributing

Contributions are welcome! Please feel free to submit a pull request.

Support

For bugs and feature requests, please open an issue in the repository.

For documentation and guides, visit ZetaChain Documentation.