17:18
Welcome to Meridian: A Blueprint for the Future of Finance | Meridian 2025Stellar Development Foundation CEO unveils Meridian Pay, a production-ready smart wallet built with Cheesecake Labs, at Meridian 2025 in Rio de Janeiro. The wallet showcases Stellar's capabilities for real-world financial applications with open-sourced code, smart contract templates, and instant XLM disbursement to attendees.
Stellar Development FoundationOct 1, 2025
19:48
Colonizing Mars: The Journey of Building a Smart Wallet | Meridian 2025Enrique shares his four-year journey building wallets in Stellar, discussing why smart wallets matter for user adoption and announcing XBull V2, which combines classic account benefits with smart wallet features using passkey authentication.
Stellar Development FoundationOct 1, 2025
38:39
Stellar Shark Tank | Meridian 2025Hack Meridian 2025 Shark Tank featured six finalist projects pitching innovations on Stellar: 4Bridge (donation investment platform), Simple Fund (receivable tokenization), Stellar Forge (smart contract deployment), Lance (freelance payments), Panoramablok (RWA DeFi integration), and StarLens (yield-generating accounts).
Stellar Development FoundationOct 1, 2025
21:07
Rapid Application Development with Scaffold Stellar | Meridian 2025Chad Oh from The Aha Company presents Scaffold Stellar, a rapid application development tool for building Stellar dApps with smart defaults and minimal setup. The talk covers the Stellar Scaffold CLI for project initialization and the Stellar Registry for publishing and managing WASM binaries on-chain.
Stellar Development FoundationOct 1, 2025
10:53
The Roadmap for Privacy on Stellar | Meridian 2025Tomer, SDF Chief Product Officer, outlines Stellar's privacy strategy combining blockchain transparency with user privacy through opt-in, configurable solutions. SDF is funding privacy projects, building ZK infrastructure, and developing confidential token and private payment protocols with partners like Nethermind.
Stellar Development FoundationOct 1, 2025
16:30
Inside Stellar: Features That Power Great Developer Tools | Meridian 2025Lee from the Stellar Development Foundation discusses three low-level features that power great developer tools: contract specs (embedded IDL), the Soroban runtime environment, and XDR JSON for readable transaction data.
Stellar Development FoundationOct 1, 2025
7:43
Stellar Lab - Generating Keypairs and Creating AccountsTutorial on the redesigned Stellar Lab covering key pair generation, account creation, funding with Friendbot, and an introduction to muxed accounts for improved user experience in exchange scenarios.
Lumen LoopOct 1, 2025
32:19
How to Use OpenZeppelin Monitors and Relayers on StellarOpenZeppelin developer Steve Sinkens demonstrates monitors and relayers, open-source backend services for Stellar smart contracts. Monitors watch contracts and trigger notifications; relayers execute transactions on-chain based on custom rules. Both tools are essential for Meridian hackathon participants building on Soroban.
NearXSep 5, 2025
4:43
Multi-LLM AI Agent on Stellar — Data Pipeline Deep Dive (Reflector Oracles)XBid AI demonstrates its flexible plugin system for data injection, showing how Reflector oracles feed price data to the AI agent on Stellar. The system normalizes prices and exposes observables like slope and freshness for strategies to consume.
xbidaiSep 2, 2025
4:40
Bridging Stellar Assets With Near IntentsNear Intense, a multi-chain transaction protocol, has integrated with Stellar, enabling developers to bridge assets from over 100 blockchains into Stellar applications. The integration uses a one-click API for seamless cross-chain swaps and asset bridging.
James BachiniAug 29, 2025
5:59
Talking Smart Contracts - Creating A Web3 Chat RoomDeveloper builds a decentralized chat web app using Soroban smart contracts and speech-to-text API. The 13-line contract stores messages as on-chain events, eliminating need for traditional servers or databases.
James BachiniAug 27, 2025
3:47
Pay 0% Of Your Security Audit Costs With Stellar Audit BankStellar launches Audit Bank, a community initiative providing developers with subsidized security audits from leading firms. Projects pay only 5% upfront, refundable if critical bugs are fixed within 20 days, with follow-up audits free after reaching $10M-$100M TVL milestones.
James BachiniAug 15, 2025
1:04:40
Learn Kalepail's Secret Sauce for Getting AI to Work for HimDevRel team member shares practical AI coding workflow using tools like Lovable, Cursor, and Claude to build faster. Demonstrates one-shotting an Asteroids game, discusses MCP servers for context, and explores AI agents for autonomous development.
Stellar Development FoundationAug 11, 2025
10:16
How To Use Smart Contracts & Passkeys To Set Up Auth On A Web AppTutorial demonstrating how to build a passkey-enabled smart wallet application on Stellar using PasskeyKit, enabling biometric authentication and decentralized user credential systems without centralized backends.
James BachiniAug 6, 2025
47:08
Stellar Coffee and Code - July 16thTwo developers live-code a fungible token and NFT contract on Soroban using the Soroban Playground, a new web-based IDE for smart contract development. They deploy working contracts to testnet and explore the contract explorer interface.
Lumen LoopJul 17, 2025
6:36
NFT Royalties | New OpenZeppelin LibraryOpenZeppelin released a new NFT royalties extension for Stellar's Soroban smart contracts, enabling developers to set up and earn royalties on NFT collections. The tutorial demonstrates how to deploy and configure the royalty contract on testnet.
James BachiniJul 16, 2025
53:08
Stellar Developer Meeting: Scaffold Stellar Update w/FifoVivo from Ahlabs demonstrates Scaffold Stellar, a comprehensive developer framework for building on Stellar and Soroban. The tool includes CLI plugins, contract templates, local deployment, TypeScript client generation, and an integrated contract explorer frontend.
Stellar Development FoundationJul 14, 2025
10:04
Scaffold Stellar: Get started buildingScaffold Stellar is a new developer tool from Aha Labs that provides a ready-to-use web3 app template for building on Stellar. It includes contract examples, wallet integration, and local network setup to eliminate boilerplate and accelerate dApp development.
Stellar Development FoundationJul 7, 2025
7:49
Scaffold Stellar | A Boilerplate For Stellar DevelopersScaffold Stellar by AHA Labs is a Rust-based development framework that provides a complete boilerplate for building Soroban smart contracts with pre-integrated frontend wallet support, enabling developers to initialize projects, deploy contracts, and iterate in real-time.
James BachiniJun 27, 2025
Monthly Recap with Lumen LoopStellar ecosystem recap from Istanbul covering Berlin Blockchain Week, the Istanbul hackathon with 67 submissions, Beans Earn integration with Blend, DeFi Index launch, Scaffold Stellar updates, and upcoming Hack Meridian in Rio de Janeiro with 50K in prizes.
Build on StellarJun 27, 2025
5:42
How To Create A Wrapped StablecoinTutorial on building a custom stablecoin on Soroban using OpenZeppelin contracts. The creator demonstrates how to create a SEP41 token called JUSD that accepts USDC deposits and mints a corresponding stablecoin in a 1:1 ratio, using a new online IDE.
James BachiniJun 12, 2025
26:24
Formally Verifying Soroban Smart Contracts with Certora SunbeamSertora presents Sunbeam, a formal verification tool for Soroban smart contracts that uses SMT solvers to mathematically prove code correctness against specifications written in Rust, enabling developers to catch bugs early in the development cycle.
CertoraMay 27, 2025
6:57
Tracking USDC Transfers With The OpenZeppelin MonitorTutorial on using OpenZeppelin's Monitor software to track USDC transfers on the Stellar network and send real-time notifications to Telegram. Covers setup, configuration, contract interaction, and bot integration.
James BachiniMay 20, 2025
8:22
Creating NFTs using @OpenZeppelin Stellar Soroban libraryTutorial on creating and deploying an NFT smart contract on Stellar's Soroban network using OpenZeppelin libraries, including contract modifications, metadata creation, and testnet deployment.
James BachiniMay 15, 2025