Lumen Loop
All media
VideoYouTubeJames BachiniJanuary 17, 20251y ago11:02

Soroban Tokens 101 | Deploying Tokens & Building dApps

Tutorial on deploying a fungible token to Stellar's Soroban network using Rust and WebAssembly, including smart contract initialization, minting, transfers, and integration with Freighter wallet and a React dApp frontend.

SorobanDevelopersToken Management
Lumen Loop's take

This tutorial walks through the complete process of deploying a fungible token contract on Soroban using the Stellar examples repository. The speaker covers installing Rust and the Stellar CLI, building the WebAssembly contract, creating a testnet wallet, deploying the contract, initializing token metadata (name, symbol, decimals), minting tokens, transferring between accounts, importing the token into Freighter wallet, and building a React dApp frontend that interacts with the token contract using the Soroban SDK and Freighter API. The dApp demonstrates reading token balances and executing token transfers with wallet signing.