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.
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.