icp_init_dfx_project
Initialize a new DFX project for the Internet Computer, creating dfx.json and folder structure with customizable canisters and base path.
Instructions
Initialize a new dfx project with customizable configuration. Creates dfx.json and folder structure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_path | No | Base directory (default: current directory) | |
| canisters | No | Initial canisters to define | |
| project_name | Yes | Name of the project |