create_gas_station
Generate a new Aptos gas station project to enable fee sponsorship for blockchain transactions. Simplify cost management for decentralized applications.
Instructions
Creates a new Aptos gas station (fee sponsorship) project.
Args:
project_name: Name of the gas station project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_name": {
"title": "Project Name",
"type": "string"
}
},
"required": [
"project_name"
],
"title": "create_gas_stationArguments",
"type": "object"
}