DevGiroux.

PROJECTS

Projects

Building in public across EVM and Solana

A running list of things I'm shipping — onchain apps, DeFi experiments, and developer tools. Some are live, some are deployed to testnets, all are open source.

WHAT I'M BUILDING

SafeNudge

Live on devnet

Group savings protocol on Solana. Friends commit to saving together; the blockchain enforces deposits, schedule, and penalties. Inspired by Brazilian MOAIs.

  • Rust
  • Anchor
  • Solana
  • TypeScript
  • React

BaseVault

Deployed on Base Sepolia

DeFi yield vault on Base. Deposits earn yield via Aave v3. Built with Solidity/Foundry, 100% test coverage, wagmi v2/viem v2 frontend.

  • Solidity
  • Foundry
  • EVM
  • React
  • TypeScript
  • wagmi

FlagKit

npm

Self-hostable feature flag service. Go API with Redis caching, React/TypeScript dashboard, TypeScript SDK published to npm.

  • Go
  • React
  • TypeScript
  • PostgreSQL
  • Redis

SolEscrow

Live on devnet

Anchor escrow program on Solana devnet. Learning project covering PDAs, CPIs, and SPL token transfers.

  • Rust
  • Anchor
  • Solana
  • TypeScript