56:09
ElliotFriend: Minting NFTs with OpenZeppelin on Stellar w/ kalepailCoding with Kale Pill episode featuring Elliot Friend discussing NFT development on Soroban using OpenZeppelin contracts. The session covers NFT contract architecture, metadata handling with IPFS, and practical implementation of generative NFTs on Stellar's smart contract platform.
Stellar Development FoundationApr 15, 2025
21:06
Stellar Developer Meeting: New features in Stellar Lab & Upgradeable Contracts SEPStellar DevX team showcased new Stellar Lab features for smart contracts, including contract explorer, storage management, and an upcoming invoke contract UI. OpenZeppelin presented a new upgradeable smart contract standard (SAP) for Soroban.
Stellar Development FoundationApr 8, 2025
54:09
Anthropic's MCP: Connecting Stellar Smart Wallets to LLMs | AI Integration Revolution w/ kalepailDeveloper builds AI-powered MCP (Model Context Protocol) server on Cloudflare that dynamically exposes Stellar smart contract interfaces to LLMs, enabling voice-controlled token deployment and contract interaction without manual signing or XLM management.
Stellar Development FoundationApr 8, 2025
12:06
State Archival: The Solution to State Bloat on Stellar | 8/5/2024Garen Tyson from SDF explains state archival, Stellar's solution to blockchain state bloat. The protocol uses rent-based storage fees and Merkle proofs to archive inactive entries, reducing validator costs while maintaining security and user experience through RPC abstraction.
Stellar Development FoundationApr 7, 2025
35:07
Stellar Smart MCP DemoNick Neumann demonstrates building remote MCP (Model Context Protocol) servers on Cloudflare to enable AI models like Claude to interact with Stellar smart contracts dynamically, including deploying tokens and managing transactions through smart wallets without storing secret keys.
Tyler van der HoevenApr 4, 2025
51:35
Introducción a DeFi con Soroswap | Descubre el futuro de las finanzas descentralizadas 🚀Palta Labs presented ZoroSwap, a decentralized exchange (AMM) built on Stellar's Soroban, demonstrating token swaps, liquidity pools, and smart contract architecture. The team discussed DeFi opportunities on Stellar and answered questions about integration, wallet support, and yield strategies.
Tellus CooperativeApr 3, 2025
14:28
Let’s Get Soroban: Deployer / Factory Contract.Tutorial on deploying factory/deployer contracts on Soroban that enable creating unlimited smart contract instances from a single parent contract, covering implementation, testing, and deployment steps.
Koxy 👩💻Mar 25, 2025
21:04
Stellar Developer Meeting: Introduction to OpenZeppelin on StellarOpenZeppelin announces a two-year partnership with Stellar to improve developer experience through Soroban contract libraries, the OpenZeppelin Wizard for Stellar, and developer tooling including relayers, monitors, and code analysis.
Stellar Development FoundationMar 6, 2025
0:53
Stellar Soroban x Open Zeppelin Contract WizardOpenZeppelin's contract wizard now integrates Stellar contracts, enabling Soroban developers to generate smart contract code through a simple point-and-click interface. This integration marks a major milestone for developer tooling in the Stellar ecosystem.
James BachiniMar 4, 2025
6:19
Soroban Contract Wizard | OpenZeppelin x StellarTutorial on building and deploying Soroban tokens using OpenZeppelin Contract Wizard, which now supports Stellar. Demonstrates creating a fungible token contract with customizable features like minting, burning, and pausing, then deploying it to testnet in minutes.
James BachiniMar 4, 2025
11:05
Deploying Soroban Tokens With The New OpenZeppelin LibraryOpenZeppelin releases preliminary Soroban smart contract libraries for Stellar, enabling developers to build token contracts in under 100 lines of code using audited, production-ready templates.
James BachiniFeb 22, 2025
35:00
Stellar Developer Meeting - 01/23/2025 (Part 2)Stellar protocol 23 introduces partial state archival (CAP 62) and in-memory Soroban state (CAP 66), separating live and archived contract data into distinct databases. Live Soroban state will be cached in memory with optimized fee structures, while automatic restore functionality eliminates the need for separate restore operations in most cases.
Stellar Development FoundationJan 29, 2025
25:42
Stellar Developer Meeting - 01/23/2025 (Part 1)Hoops Finance presented major UI overhaul and new features at Stellar dev meeting, including risk analytics dashboard, API with AI endpoints, and smart savings account contracts using Soroban for automated liquidity management.
Stellar Development FoundationJan 23, 2025
4:45
Building NFT's On Stellar SorobanDeveloper demonstrates how to write and deploy an NFT smart contract in Rust to Stellar's Soroban platform, covering contract structure, IPFS metadata storage, and deployment to testnet and mainnet with live minting examples.
James BachiniJan 22, 2025
11:02
Soroban Tokens 101 | Deploying Tokens & Building dAppsTutorial 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.
James BachiniJan 17, 2025
9:16
How to Build a Hello World Smart Contract | Solidity to Rust Series Pt. 1 | 7/11/2023Julian from the Stellar Development Foundation compares Solidity and Soroban Rust SDK for smart contract development, building identical hello world contracts in both languages and highlighting Rust's advantages for blockchain including concurrency safety and lower computational overhead.
Stellar Development FoundationJan 14, 2025
6:29
Phoenix | SCF 20 PitchPhoenix DeFi Hub completes Phase 1 on Soroban with live swap and LP functionality. The team is now applying for Phase 2 funding to add routing APIs, fiat onramps via Kato, SubQuery integration, and a public data API for the Stellar ecosystem.
Stellar Development FoundationJan 14, 2025
51:37
What Building with Reflector Oracle Taught Me About Smart Contract Testing w/ kalepailDeveloper walkthrough of Reflector, a price oracle for Stellar DeFi, covering a dev contest with XRF token rewards, boilerplate code for cross-contract calls, testing with ledger snapshots, and a predictive market example built on oracle data.
Stellar Development FoundationJan 14, 2025
57:39
Inside Mercury Data Indexing: Advanced Smart Wallet Secrets on Soroban w/ kalepailA Stellar developer discusses Mercury, a data indexing service for Soroban contracts, covering how to use indexers to convert blockchain data into queryable formats, the Zephyr VM for parallel processing, and design decisions around contract storage, events, and data architecture.
Stellar Development FoundationJan 14, 2025
6:51
Let’s Get Soroban: Constructor.Tutorial on Soroban smart contract constructors, explaining how they work during contract deployment, with practical examples of declaring constructors, setting storage, and deploying to testnet.
Koxy 👩💻Jan 6, 2025
7:25
Soroban Data & State ManagementDeveloper tutorial on Soroban state management covering persistent, temporary, and instance storage types, rental fees for data storage, and practical code examples for storing and extending contract data on the Stellar blockchain.
James BachiniJan 6, 2025
2:17
“Meet Our Partner at #DevconBangkok” Series- With StellarTomer, head of product at Stellar, discusses 2025 as the year of adoption where TradFi meets DeFi. He highlights Stellar's focus on real-world utility, the launch of Soroban smart contracts, and the intersection of DeFi with cash access through interoperable on and off ramps.
Band ProtocolDec 19, 2024
13:00
Build With Soroban: Reflector OracleTutorial on building a lending protocol smart contract on Soroban using Reflector Oracle to verify collateral values and access real-time price data from on-chain sources.
Koxy 👩💻Dec 16, 2024
1:10:56
Stellar Talk with Jayrome and Raph (12/12/2024)Raph and Jerome discuss their trip to Prague for Stellar's marketing event and the Emergence conference, covering event experiences, Blend V2 updates with flash loans and wallet integrations, the Balance cross-chain protocol launch, and ecosystem opportunities including the Reflector dev competition.
Lumen LoopDec 13, 2024