TokenStudio is a decentralized token factory platform built on the Stellar blockchain using Soroban smart contracts. It enables users to create, manage, and deploy their own fungible tokens (SEP-41 standard) with just a few clicks - no coding required!
TokenStudio serves as a one-stop platform for token creation on Stellar. Whether you're launching a community token, a stablecoin, or a utility token for your dApp, TokenStudio provides the infrastructure to create and manage tokens efficiently and securely.
- π One-Click Token Creation: Deploy your own SEP-41 compliant token with customizable parameters
- π Token Management Dashboard: Track all your created tokens in one place
- π§ Customizable Parameters: Name, symbol, initial supply, decimals, and admin controls
- π Built-in Token Standards: Support for mintable, burnable, and pausable token extensions
- π Batch Operations: Create multiple tokens in a single transaction
- π Analytics: Track token metrics and usage statistics
- π Security First: All tokens follow Stellar's security best practices
- π Cross-Platform: Integrate with wallets, DEXs, and other dApps
- Rust 1.70+
- Cargo
- Stellar CLI
- Soroban SDK 22.0.0+
# Clone the repository
git clone https://github.com/yourusername/tokenstudio.git
cd tokenstudio
# Build the contract
cargo build --target wasm32-unknown-unknown --release
# Run tests
cargo test
# Deploy to testnet
stellar contract deploy \
--wasm target/wasm32-unknown-unknown/release/tokenstudio.wasm \
--source alice \
--network testnet