stylus-erc721
Generate ERC-721 compliant non-fungible token contracts using OpenZeppelin libraries. Customize token properties like burnable, enumerable, and metadata. Delivers formatted source code in Markdown without saving to disk.
Instructions
Make a non-fungible token per the ERC-721 standard.
Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
burnable | No | Whether token holders will be able to destroy their tokens | |
enumerable | No | Whether to allow on-chain enumeration of all tokens or those owned by an account. Increases gas cost of transfers. | |
info | No | Metadata about the contract and author | |
name | Yes | The name of the contract |