create_gas_station_application
Create a Gas Station application to sponsor transaction fees for Aptos dApp users, enabling gas fee sponsorship for specified functions within your organization's project.
Instructions
Create a new Application for your Geomi Organization. Geomi is the essential toolkit for Aptos developers. This tool can be used to create a Gas Station application. Gas Station is a service that allows you to sponsor gas fees for your Aptos dApps users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | The description of the application. | |
| name | Yes | The name of the application. Must be between 3 and 32 characters long, with only lowercase letters, numbers, dashes and underscores. | |
| organization_id | Yes | The organization id to create the api key for. | |
| project_id | Yes | The project id to create the api key for. | |
| frontend_args | No | ||
| network | Yes | The network to create the gas station application for. Can only be testnet or mainnet. | |
| api_key_name | Yes | The name of the api key to create the gas station for. This is the name of the api key that will be created for the gas station. Must be between 3 and 32 characters long, with only lowercase letters, numbers, dashes and underscores. | |
| functions | Yes | A list of functions the gas station will sponsor. Each function should be in the format of <module_address>::<module_name>::<function_name>. |