zetrix_contract_init_dev_environment
Initialize a Zetrix smart contract development environment with project structure, testing framework, and utilities for blockchain application development.
Instructions
Initialize a new Zetrix smart contract development environment using create-zetrix-tool. This creates a complete project structure with testing framework, examples, and utilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractName | Yes | Name of the contract project to create (alphanumeric and hyphens only) | |
| workingDirectory | No | Directory where to create the project (defaults to current directory) |