OpenZeppelin's Contract Wizard now supports Stellar's Soroban smart contracts platform, enabling developers to easily generate secure SEP-41 fungible tokens. This tutorial walks through using the wizard and Stellar CLI to create and deploy tokens on the Stellar testnet.

OpenZeppelin has integrated Stellar support into its Contract Wizard, a tool for generating standardized smart contracts. The tutorial demonstrates how to use the wizard to configure fungible tokens (SEP-41) with optional features like minting, burning, and pausing capabilities. Developers can generate Rust-based contract code, then deploy it using the Stellar CLI and Cargo. The guide includes step-by-step instructions for building, testing, and deploying contracts to the Stellar testnet, along with resources for further learning including the OpenZeppelin Stellar Contracts repository and Stellar's developer documentation.