stellar_contract_init
Initialize a Soroban contract project at a given path, with optional contract naming and overwrite support.
Instructions
Initialize a new Soroban contract project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the contract (default: hello-world) | |
| overwrite | No | Overwrite existing files if they exist | |
| project_path | Yes | Path where the project will be created |