0.1.2 • Published 1 year ago

zk-wizard v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

CLI Tool for ZkSync Era Contract Creation and Deployment

This is a command-line interface (CLI) tool that allows developers to create and deploy smart contracts on the ZkSync era blockchain using the OpenZeppelin library. The tool supports the creation of ERC20, ERC721, and ERC1155 contracts, as well as governance contracts. It also provides a boilerplate project structure for deploying contracts on the ZkSync era blockchain.It habv also faucet option.

Requirements

  • Node/NPM
  • Yarn

Usage

You can install this program globally with npm i -g zk-wizard or run the commands direcly with npx with npx zk-wizard@latest {COMMAND}.

Commands

  • zk-wizard create {PROJECT_NAME}: creates a new Hardhat project in the given project name. If not provided, creates the project in the current folder, although this requires the folder to be empty.

  • zk-wizard wizard: starts the wizard to create a new contract. The wizard will ask for the contract name, symbol, and type (ERC20, ERC721, ERC1155, or Governance). It will contract that saved as your contract name (.sol). All different type of contract have different option to choose from like mintable, burnable, pausable, etc.

  • zk-wizard faucet {ADDRESS}: Able to produce a link(to be post on twitter) to get testnet token for testing purpose.

Developing new features

Install and build

Install all dendencies with npm i. This project was build with Typescript. Run npm run build to compile code in /src into /bin.

To create a version run:

git tag v0.1.3    // with the correspondent tag
git push --tags  

Testing

Proper tests will be included soon. For now, you can test new changes locally by installing this package globably with npm i -g.

0.1.2

1 year ago

0.1.1

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago