generate_aptos_component
Generate a new Aptos project component, such as a table or module, by specifying its type, name, and project directory path. Ideal for structured blockchain application development.
Instructions
Generate a new component for an Aptos project.
Args:
component_type: Type of component (table, module, etc.)
component_name: Name of the component
project_dir: Project directory path
options: Additional options as a string
Input Schema
Name | Required | Description | Default |
---|---|---|---|
component_name | Yes | ||
component_type | Yes | ||
options | No | ||
project_dir | Yes |