February 2026

  • How To Verify Noir Ultrahonk Circuits In A Stellar Contract

    How To Verify Noir Ultrahonk Circuits In A Stellar Contract

    This guide walks through integrating Noir zero knowledge circuits with smart contracts on Stellar. You will: All code is open-source: https://github.com/jamesbachini/Noirlang-Experiments/ James On YouTube Watch On YouTube: https://youtu.be/AHBSZzemy9E | Subscribe The integration follows a clean separation of responsibilities. Noir defines the constraint system – the private logic you want to prove. Barretenberg (bb.js) generates a…

  • The Complete Guide to FFmpeg | Improve Your Video Automation Skills

    The Complete Guide to FFmpeg | Improve Your Video Automation Skills

    FFmpeg is the Swiss army knife of media processing: it can inspect, convert, trim, resize, mix, overlay, and package audio/video in almost any format. It’s used everywhere from simple “convert this file” tasks to fully automated pipelines that generate clips, subtitles, thumbnails, and platform ready exports. The challenge is that FFmpeg’s power is front loaded…

  • Building a Share-Based Rebasing SEP-41 Token on Stellar

    Building a Share-Based Rebasing SEP-41 Token on Stellar

    Swap USDC for rUSD once, then just hold it while the balance grows in your wallet. What could be easier? No staking screens, no lockups, no claim buttons. This UX needs a rebasing token, so this repo is the smallest possible implementation of one a SEP41 rebasing token on Stellar, plus a tiny frontend to…