Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TokenStudio 🎨

License: MIT Rust Stellar PRs Welcome

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!

🌟 Overview

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.

Key Features

  • πŸš€ 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

πŸ“‹ Prerequisites

  • Rust 1.70+
  • Cargo
  • Stellar CLI
  • Soroban SDK 22.0.0+

πŸš€ Quick Start

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages