generate_sip010_template
Create production-ready SIP-010 fungible token contracts with security features and best practices for Stacks blockchain development.
Instructions
Generate a complete, production-ready SIP-010 fungible token contract template with all security features and best practices.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decimals | Yes | Number of decimal places (typically 6 for Stacks tokens) | |
| includeMinting | Yes | Whether to include admin minting/burning functions | |
| initialSupply | Yes | Initial token supply (in whole tokens, not base units) | |
| tokenName | Yes | The human-readable name of the token (e.g., 'My Token') | |
| tokenSymbol | Yes | The ticker symbol (e.g., 'MTK') |