My background is in Monitoring, Evaluation, Accountability & Learning (MEAL) and data analysis, which is part of why I lean toward rigorous testing, careful edge-case handling, and clear documentation in the code I ship.
- Built 5 working Stellar/Soroban prototypes, each testnet-verified (Phase 1/MVP stage; see Building below)
- Contributing to OpenLedger Foundation repos (i18n: closed translation gaps across en/es/ar/pt-BR in Kora-Frontend)
- Contributing backend request-validation improvements to Stellar-Ecosystem/lodestar
- Participating in the Stellar Wave Program
Five Stellar/Soroban prototypes, each a working Phase 1/MVP built and verified end-to-end on testnet (Phase 2+ work tracked as issues in each repo):
- stellar-vrf-service: VRF-backed randomness oracle; a Soroban (Rust) contract paired with an off-chain oracle, deployed and demoed end-to-end on Stellar testnet.
- earnest-escrow: Real estate earnest-money deposit escrow built on Stellar Claimable Balances (no custom contract); working claim and reclaim-after-deadline demos on testnet.
- sep-compliance-validator: CLI that checks a Stellar anchor's SEP-1 and SEP-10 endpoints for real spec conformance, validated against Stellar's official testnet reference anchor.
- supply-chain-proof-of-delivery-payments: Soroban (Rust) escrow contract that releases a buyer's payment once a trusted attestor confirms delivery, or returns it after a deadline; working end-to-end on testnet.
- netpulse-xlm: Live Stellar network health dashboard (ledger close time, base fees, congestion, throughput) built on real-time Horizon data.
- YieldVault-RWA: Stellar/Soroban RWA vault; contributed withdrawal partial-failure recovery, idempotent transfer orchestration, and the vault comparison UI (merged upstream).
- Kora-Frontend: OpenLedger Foundation invoice-finance app; closed i18n gaps across en/es/ar/pt-BR (merged upstream).