icp_create_icrc1_token
Create an ICRC-1 fungible token on the Internet Computer by specifying its name, symbol, decimals, and initial supply.
Instructions
Get information about creating an ICRC-1 fungible token (similar to ERC-20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decimals | No | Number of decimals (default: 8) | |
| token_name | Yes | Name of the token (e.g., "My Token") | |
| token_symbol | Yes | Symbol of the token (e.g., "MTK") | |
| initial_supply | No | Initial supply in smallest units |