4:57
CCTP on Stellar | Moving USDC 1:1 Across ChainsCircle's CCTP (Cross-Chain Transfer Protocol) launched on Stellar, enabling native 1:1 USDC bridging across 17 blockchains. This technical walkthrough demonstrates the implementation with working code: burning USDC on one chain authorizes minting on another. Includes open source examples and testnet demo.
James Bachini1d ago
49:02
Stellar Developers Meeting - 05/07/2026Kaan from the Stellar Development Foundation presents Machine Payments Protocol (MPP), explaining its two modes (charge and channel) for monetizing services on Stellar. MPP enables pay-per-request billing and high-frequency micropayments for agents and services, with a live demo showing how to implement paywalls for premium MCP tools.
Stellar Development Foundation1w ago
3:25
Hola Stellar - Episodio 3: Smart Contracts en Stellar con RustEducational tutorial on developing smart contracts with Soroban, Stellar's WebAssembly-based smart contract platform. Covers the 7-step process from CLI installation to contract deployment and invocation on testnet.
Tellus Cooperative2w ago
39:17
Mastering Threat Modeling on Stellar: A Step-by-Step Security Blueprint for Soroban Smart ContractsRay from Sertora presents threat modeling as a security methodology for Stellar protocols, introducing the 4As framework (assets, actors, assumptions, attack vectors) to identify vulnerabilities, speed up audits, and improve protocol security before and during development.
Certora4w ago
39:18
Mastering Threat Modeling on Stellar: A Step-by-Step Security Blueprint for Soroban Smart ContractsRay from Certora presents threat modeling as a security methodology for Stellar protocols, introducing the Four A's framework (Assets, Actors, Assumptions, Attack Vectors) to identify vulnerabilities, speed up audits, and improve protocol security before and during development.
4w ago
29:48
SCF Demo Day: MarchStellar Community Fund March Demo Day showcased five mainnet projects: DevAssign (automated code review and bounty payments), Reflektor (oracle price feeds), Versprop (tokenized real estate finance), Blocksmith (Soroban development framework), and Zenix (perpetual futures exchange). All projects received BUILD awards up to $150,000 and are live on mainnet.
Mar 24, 2026
1:01:35
Road to Hack+ Alebrije: AI Resources GuideKhan from SDF presents an AI resources guide for the Hack Plus Alep Rej hackathon in Mexico City, covering free AI setup, developer tools, composable protocol integration, and best practices for building on Stellar with AI assistance.
Stellar Development FoundationMar 17, 2026
1:01:37
Road to Hack+ Alebrije: AI Resources GuideKhan from SDF presents an AI resources guide for the Hack Plus Alep Rej hackathon in Mexico City, covering free AI setup, dev tools, composable protocol integration, and starter prompts to accelerate Stellar development.
Mar 16, 2026
2:52
The Best Kept Secrets in the Stellar Ecosystem: AI Tools & Privacy Gaps | Stellar Journey to MasteryA Stellar ecosystem developer discusses ideation strategies for new projects, emphasizing privacy solutions as underrated opportunities. They highlight the updated documentation, new AI building resources, and the ecosystem resources repository as essential starting points for developers.
Rise InMar 10, 2026
2:03
How to Stop Watching Tutorials and Start Building in Web3 | Stellar Journey to MasteryKhan from the Stellar Development Foundation introduces Stellar Journey to Mastery, a monthly builder challenge program designed to help developers move beyond tutorials and start building real Web3 projects with community support and feedback.
Rise InMar 10, 2026
1:33
Turn Ideas into Reality: Building High-Impact Projects on Stellar | Stellar Journey to MasteryStellar Journey to Mastery is a developer program offering monthly builder challenges and mentorship to help experienced developers turn ideas into real projects on Stellar, with hands-on support for technical decisions and project advancement.
Rise InMar 10, 2026
44:58
Building with Etherfuse - Road to CDMXElliott Voris from the Stellar Development Foundation presents the regional starter pack, a toolkit for developers building on Stellar in Mexico. The pack includes resources for discovering anchors like Etherfuse, working demo code, and a TypeScript library that abstracts anchor APIs to simplify on and off-ramp integration.
Stellar Development FoundationMar 10, 2026
44:57
Building with Etherfuse - Road to CDMXElliott Voris from the Stellar Development Foundation presents the regional starter pack, a toolkit for developers building on Stellar in Mexico. The pack includes anchor integration resources, a working demo, and TypeScript libraries that simplify on/off-ramp functionality with partners like Etherfuse, BlindPay, and AlphaPay.
Mar 9, 2026
6:36
Noir x Groth16 VerifierTutorial demonstrating how to write zero-knowledge circuits in Noir, compile them to R1CS, generate Groth16 proofs with Snark.js, and verify them on Stellar blockchain via smart contracts.
James BachiniMar 2, 2026
3:25
Hola Stellar - Episodio 2: Passkeys y el Futuro del Onboarding en Web3Stellar is building improved onboarding solutions using Passkeys and Wallet Kit to eliminate seed phrases and complex wallet setup, enabling Web3 adoption at scale with Web2-like user experience while maintaining cryptographic security.
Tellus CooperativeFeb 28, 2026
Stellar February Monthly Recap with LumenloopThe Stellar monthly news show discusses Lindsay's departure from the Stellar Development Foundation, addresses a recent price feed manipulation incident on Blend with full reimbursements, and covers highlights like ETH Denver events, a successful ZK gaming hackathon, and the 2026 foundation strategy targeting 1 billion in network growth. Lightning round updates include SushiSwap V3 launch, new SDKs, partnerships, and upcoming events like the Mexico hackathon. The episode ends with community reflections and farewells.
Build on StellarFeb 27, 2026
8:47
How To Verify Noir Circuits On StellarTutorial on generating and verifying Noir zero-knowledge proofs in Stellar smart contracts. Demonstrates setting up a local Stellar testnet, compiling Noir circuits, generating proofs with Barretenberg, and verifying them on-chain using Soroban.
James BachiniFeb 17, 2026
2:20
Zero-Knowledge Gaming HackathonStellar launches a zero-knowledge gaming hackathon running February 9-22 with a $10,000 XLM prize pool. Participants can use Stellar Game Studio, Risc Zero, and Noir to build on-chain games with zero-knowledge proofs on Stellar testnet.
James BachiniFeb 6, 2026
10:26
How to integrate DeFindexTutorial on integrating Define Dex API into wallets to offer automated DeFi yield strategies. Covers smart contract architecture, API endpoints, and implementation examples using React and TypeScript SDK.
PaltaLabsFeb 5, 2026
1:09
Taller Soroban en OpenBeauchef | Construyendo contratos inteligentes en StellarJoaquín Farfán from Blessed UX demonstrates building smart contracts on Stellar's Soroban using OpenZeppelin libraries, showing how developers can create secure contracts without deep software engineering expertise.
Tellus CooperativeFeb 5, 2026
31:11
Stellar Developer Meeting: OpenZeppelin Q4 ReleasesThe Stellar Developer Meeting features the OpenSapplin team presenting Q4 2025 library releases: WAD for high-precision decimal arithmetic in Soroban smart contracts, fee abstraction for paying transaction fees with tokens like USDC instead of XLM, and the timelock module as the start of a governance package. These tools enhance developer experience, enable smart account functionality via relayers, and improve contract governance transparency and safety. The team highlights ongoing momentum and community adoption.
Stellar Development FoundationJan 30, 2026
5:48
Hola Freighter | Qué es Freighter, qué son las Trustlines y cómo usar USDC en StellarStep-by-step tutorial on setting up Freighter wallet, activating it with XLM, and exploring Stellar dApps like ZoroSwap for token swaps and asset management.
Tellus CooperativeJan 26, 2026
9:12
Building Stellar Smart Accounts With OpenZeppelin LibrariesOpenZeppelin releases smart account libraries for Stellar smart contracts, enabling programmable authorization systems with context rules, signers, and policies. The demo showcases USDC payments, forex swaps, and multisig treasury operations.
James BachiniDec 30, 2025
51:34
Interoperable- Ch 3: Web3 Without Borders: Interoperability + DataPodcast discussion on interoperability, data intelligence, and multi-chain product strategy featuring Arno from Dune, Jana from Myosin, and Esteban from Findex. Speakers explore how data-driven insights inform product decisions and marketing strategies in web3, emphasizing user experience abstraction over technical complexity.
PaltaLabsDec 19, 2025