Generate custom smart contracts for Starknet or Ethereum-style accounts with configurable features like upgradeability, deployment, and signature types using OpenZeppelin Contracts libraries.
Generate custom smart contracts with OpenZeppelin Contracts libraries. Define contract name, access control, pausability, and upgradeability. Outputs source code in Markdown for easy integration without writing to disk.
Generate ERC-721 compliant non-fungible token contracts using OpenZeppelin Contracts. Input name, symbol, and optional features like burnable, pausable, or royalty tracking. Outputs contract code in Markdown format.
Generate ERC-20 compliant token contracts using OpenZeppelin Contracts libraries. Customize features like burnable, pausable, mintable, and governance support. Outputs contract source code in Markdown format without saving to disk.