27:29
Mapping the Stellar Network: A Live Look with Messari and Artemis | Meridian 2025Artemis and Messari present data analytics platforms for Stellar ecosystem. Artemis offers Bloomberg-style crypto analytics with cross-chain comparisons and AI chat. Messari provides Portal for on-chain/off-chain data aggregation and AI Copilot for ecosystem research.
Stellar Development FoundationOct 1, 2025
22:54
The Security Mindset: Building Vulnerability-Free Soroban Smart Contracts | Meridian 2025Mule Fahreau discusses formal verification best practices for Soroban smart contracts, covering code modularity, AI-assisted refactoring, and combining AI with formal verification tools to improve security and auditability.
Stellar Development FoundationOct 1, 2025
13:33
Leveraging the Malicious Mindset | Meridian 2025Michael from SDF leads a panel discussion on the malicious mindset in security, exploring how questioning assumptions and thinking like an attacker helps build better, more secure products in the Stellar ecosystem.
Stellar Development FoundationOct 1, 2025
14:51
Stellar Analytics on a Shoestring Budget | Meridian 2025Sid from SDF presents three budget-friendly analytics approaches for Stellar Network data: Dune (paid tier starting $45/month), exporting Hubble data to DuckDB (~$4), and building local data pipelines with Stellar ETL. Protocol 23 launched on mainnet, enabling new token transfer data abstractions.
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
14:34
Charting Course With Freighter | Meridian 2025Okiki, PM for Freighter, announced Freighter Mobile, a new reference wallet for Stellar and Soroban now live on iOS and Android. The app features a Discover tab for dApps, SEP50 NFT support, Blockade integration for transaction security, and SEP53 message signatures for safe smart contract interactions.
Stellar Development FoundationOct 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
15:27
Scaffold Stellar: Which Frontend?Chad and Feefo from Aha Labs discuss Scaffold Stellar, a developer framework designed to lower the barrier to entry for building on Stellar. The tool automates smart contract deployment, generates TypeScript bindings, and uses React with Vite for frontend development.
Stellar Development FoundationMay 14, 2025