aptos-mcp

create_aptos_project

Generate new Aptos blockchain projects by specifying the project name and type (fullstack, contract, client) using the Aptos CLI.

Instructions

Create a new Aptos project using the Aptos CLI. Args: project_name: Name of the project project_type: Type of project (fullstack, contract, client)

Input Schema

NameRequiredDescriptionDefault
project_nameYes
project_typeNofullstack

Input Schema (JSON Schema)

{ "properties": { "project_name": { "title": "Project Name", "type": "string" }, "project_type": { "default": "fullstack", "title": "Project Type", "type": "string" } }, "required": [ "project_name" ], "title": "create_aptos_projectArguments", "type": "object" }

You must be authenticated.

Other Tools from aptos-mcp

Related Tools

ID: wrflhe12gq