create_asset
Generate new Algorand Standard Assets (ASA) by specifying asset name, unit symbol, total supply, and optional metadata. Use creator mnemonic to authenticate transactions on the Algorand blockchain.
Instructions
Create a new Algorand Standard Asset (ASA)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assetName | Yes | Name of the asset | |
| creatorMnemonic | Yes | Creator account mnemonic phrase (25 words) | |
| decimals | No | Number of decimal places (default: 0) | |
| defaultFrozen | No | Whether asset starts frozen (default: false) | |
| metadataHash | No | Optional metadata hash | |
| totalSupply | Yes | Total supply of the asset | |
| unitName | Yes | Unit name/symbol of the asset | |
| url | No | Optional URL for asset metadata |