Skip to content
View SourceSenseiTheRealOne's full-sized avatar
💼
Open to Web3/Solana contract work
💼
Open to Web3/Solana contract work

Block or report SourceSenseiTheRealOne

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

SourceSensei

Software engineer working across Go backends, React/Next.js applications and smart contracts.

I'm interested in how systems behave at their boundaries: who can change state, what a failed request leaves behind, and how to recover without repeating a side effect.

Go · Rust · Python · TypeScript · PostgreSQL · Docker · AWS · Solidity · Cairo · Anchor ·

Selected projects

Contractor-payment concept with a separate encrypted-allocation escrow experiment. The local escrow model accounts for the amount returned by a confidential transfer, including zero-value results, rather than assuming a successful call moved funds.

Next.js, TypeScript, Solidity, Foundry, Inco Lightning. Concept UI and local contract experiment; no deployed payment flow.

Sealed-bid NFT auctions with equal collateral caps, second-price settlement and atomic NFT delivery. Bids become public at reveal; signing stays with the wallet, with encrypted recovery for bid credentials.

Cairo, Starknet, STRK20, Next.js, TypeScript. Hackathon deployment, with a recorded mainnet lifecycle; unaudited.

Read-only market-data pipeline with deterministic admission rules, serializable PostgreSQL transactions and durable retry leases. Paper positions are database records; there is no wallet integration, signing or trade execution.

Go, PostgreSQL, Ent, React, Vite. Local, paper-only research software.

Local-services marketplace with Go-owned authorization, consent-gated contact access and transactional quotation acceptance. An OpenAPI contract connects the Next.js frontend to the backend; identity and business permissions remain separate.

Go, PostgreSQL, Ent, Next.js, TypeScript, Clerk. Pre-launch product; public deployment and live payment acceptance remain unverified.

Local voice-agent dashboard with durable call intent, consent-gated retention and provider cleanup readback. Ambiguous call creation is not retried automatically. The control plane is local; optional Retell/Twilio voice processing runs in the cloud.

Go, SQLite, Next.js, TypeScript, Retell, Twilio. Experimental test product, not production-ready.

Working notes

  • Model state transitions and authorization in the service or contract, not just the UI.
  • Put transactions around invariants; give retries explicit limits and recovery rules.
  • Test failure paths alongside the happy path, including duplicate events, stale state and partial provider failures.
  • Keep local tests, browser checks and live execution evidence distinct.

LinkedIn · X

Pinned Loading

  1. cipherbid cipherbid Public

    Mainnet-exercised Starknet sealed-bid NFT auctions: equal collateral, atomic ERC-721 delivery, STRK20 claims and encrypted recovery. Cairo + Next.js; unaudited hackathon project.

    TypeScript

  2. settlement-window settlement-window Public

    Somnia x DreamDEX hackathon prototype for settlement-risk protection: liquidity-aware quotes, IOC fill accounting and owner-attested receipts. Verified Shannon testnet lifecycle.

    TypeScript

  3. vila vila Public

    Pre-launch local-services marketplace for Portugal. Next.js + Go + PostgreSQL, with private contact reveal, transactional bookings and provider integration boundaries.

    TypeScript

  4. hackathon-projects-base-confidential-payments-prototype hackathon-projects-base-confidential-payments-prototype Public

    Base payments prototype: Next.js concept site and isolated Solidity/Inco escrow research, with Playwright and Foundry tests. No live payment execution.

    TypeScript

  5. linha-voice-lab linha-voice-lab Public

    Experimental AI voice test product: Go + Next.js + SQLite, Retell/Twilio, consent-gated retention, durable call state and verified provider cleanup. Local-first, not production-ready.

    Go

  6. solana-market-research solana-market-research Public

    Local-only Solana market research and paper-trading simulation. Go, PostgreSQL, and React; bounded data ingestion, atomic admission, durable retries, and a read-only dashboard. No live trading.

    Go