Home
Media · audio + video

Watch + listen

Media tagged "Developer Tools" — conference talks, podcasts, X Spaces and developer meetings indexed across the Stellar ecosystem.

239items
469hours
131sources
FormatAll 239Videos 233X Spaces 6Sort: Newest ↓
TagSmart ContractsDeveloper ToolsDevelopersPaymentsDeFiFinancial InclusionStablecoinsEmerging MarketsPartnershipsReal World AssetsEducationWalletsClear ×
VideosLong-form talks, demos, dev meetings, and X Broadcasts
233 items
Stellar February Monthly Recap with Lumenloop

The 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
6:09
Verifying Circom Zero-Knowledge Circuits On Stellar

Video walkthrough on building zero-knowledge proofs using Circom circuits integrated with Stellar Soroban smart contracts. Covers circuit design with constraints, proof generation via snarkjs, conversion to Soroban-compatible hex format, and verification on testnet with working code examples.

James BachiniFeb 18, 2026
8:47
How To Verify Noir Circuits On Stellar

Tutorial 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 Hackathon

Stellar 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 DeFindex

Tutorial 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
31:11
Stellar Developer Meeting: OpenZeppelin Q4 Releases

The 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
9:12
Building Stellar Smart Accounts With OpenZeppelin Libraries

OpenZeppelin 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
5:39
Building A Vault With Blend & OpenZeppelin

A technical walkthrough of an auto-compounding USDC vault built on Stellar using Blend Protocol, OpenZeppelin vault libraries, and Comet DEX. The vault automatically claims BLND rewards, swaps them to USDC, and reinvests them for users.

James BachiniDec 22, 2025
51:33
Interoperable- Ch 3: Web3 Without Borders: Interoperability + Data 📱

Podcast discussion on interoperability, data intelligence, and web3 product development featuring Arno from Dune, Jana from Myosin, and Esteban from Findex. Speakers explore how data-driven insights and user-centric design are reshaping multi-chain strategies and marketing approaches in crypto.

PaltaLabsDec 19, 2025
51:34
Interoperable- Ch 3: Web3 Without Borders: Interoperability + Data

Podcast 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
6:42
Creating A zkApp For Selective Disclosure Of KYC Credentials

Developer builds a selective disclosure KYC system using zero-knowledge proofs and BLS ring signatures on Stellar Soroban. Users can prove attributes like residency or age without revealing full identity, with credentials verified on-chain while personal data stays off-chain.

James BachiniDec 19, 2025
51:33
Interoperable- Ch 3: Web3 Without Borders: Interoperability + Data

Podcast discussion on interoperability, data intelligence, and web3 product development featuring Arno from Dune, Jana from Miocene, and Esteban from Findex. Speakers explore how data-driven insights and user-centric design are reshaping multi-chain strategies and marketing approaches in crypto.

Dec 18, 2025
22:58
Balancing privacy with regulatory needs panel with Zama, Predicate and Stellar @ the Zama CoFHE Shop

At the Zama CoFHE Shop, the Stellar Development Foundation and Predicate discussed the emerging balance between privacy, compliance, and auditability on blockchains. SDF's Chief Product Officer Tomer argued that there is no one-size-fits-all approach to privacy. Instead, Stellar is building the cryptographic primitives so developers can layer whatever privacy solutions their use cases require. Predicate's head of business development emphasized that privacy and compliance evolve together, not sequentially. Key blockers to adoption include the lack of user-friendly products and regulatory uncertainty. SDF announced Protocol 25 X-Ray, bringing cryptographic building blocks (pairing-friendly elliptic curves, Poseidon hash functions) to Stellar, along with integrations for Noir, a zero-knowledge DSL, and RISC-Zero verifiers. SDF is collaborating with Nethermind on Stellar Private Payments, a privacy-preserving protocol based on Privacy Pools research, and shipping a confidential tokens implementation. The consensus: the cryptographic infrastructure is ready; the market needs better products and regulatory clarity.

ZamaDec 11, 2025
3:58
Boilerplate code for Creit Tech Stellar Wallet Kit v2

BrightTech released Stellar Wallet Kit v2, the popular SDK for integrating Stellar wallets into frontend applications. The video demonstrates setup, wallet connection, and transaction signing in both React and Vanilla JS with live examples.

James BachiniNov 20, 2025
17:48
Stellar Developer Meeting: OpenZeppelin Relayer

OpenZeppelin presents their managed Stellar Relayer service with a channels plugin for parallel transaction processing. The service enables gasless, high-throughput transactions on Stellar with automatic fee bumping and sequence number management.

Stellar Development FoundationNov 5, 2025
5:13
Working With Data On Stellar

Developer builds open-source Rust tool for efficient Stellar data access, combining RPC nodes and public data lake queries with REST API and command-line interfaces.

James BachiniNov 4, 2025
17:54
Scaffold Stellar: Stellar Registry

Pam and Willem from AHA Company introduce the Stellar Registry and Registry CLI, a package manager for Soroban smart contracts that enables human-readable naming, versioning, and simplified contract deployment and upgrades on Stellar.

Stellar Development FoundationOct 10, 2025
20:09
Scaffold Stellar: Getting Started and Guess the Number

Scaffold Stellar tutorial covering smart contract development on Stellar, including project setup, the guess-the-number contract walkthrough, and improvements like moving random number generation to the constructor and better error handling.

Stellar Development FoundationOct 10, 2025
16:05
Stellar Developer Meeting: Demo of OpenZeppelin UI Builder

OpenZeppelin's UI Builder tool for Stellar enables developers to quickly create interactive frontends for smart contracts on Stellar Mainnet and Testnet without extensive coding, featuring React components, form customization, and export capabilities.

Stellar Development FoundationOct 10, 2025