Skip to content
View tobySolutions's full-sized avatar
:octocat:
Building Software
:octocat:
Building Software

Sponsors

@GuiBibeau

Highlights

  • Pro

Organizations

@AkeruAI

Block or report tobySolutions

Report abuse

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

Report abuse
tobySolutions/README.md

Tobiloba Adedeji

Software engineer building at the intersection of AI agents and Solana. Currently at Idyllic Labs researching agent-native infrastructure. Previously contributed to Million.js (16K+ stars). Co-founded Solana Students Africa. Solana Turbine Q4 2025 graduate.

Based in Lagos, Nigeria.


What I'm Building

agentgateway -- nginx for AI agents. Cost budgets, rate limiting, circuit breakers, live dashboard.

sol-fuzz -- AI-powered security scanner for Solana programs. Finds vulnerabilities, generates proof-of-concept exploits automatically.

x402-nextjs -- Official Solana Foundation template for X402 payment protocol. Next.js starter with crypto payment gates and session management.

framework-kit -- React framework for Solana dApps. Wallets, transactions, and reactive freshness-aware data flows.

Khoai -- Barrier options AMM on Solana. Pinocchio framework, no_std, zero-allocation, 128-bit math.


Writing


tobySolutions.dev · Twitter · YouTube · LinkedIn

Pinned Loading

  1. AkeruAI/akeru AkeruAI/akeru Public archive

    Akeru is an open source AI platform built on top of the Akeru AI edge network. The network runs as a Bittensor Subnet, providing a transparent, safe and highly available AI capacities.

    TypeScript 85 18

  2. tranpeer tranpeer Public

    This is a CLI tool that translates a sentence from English to any language using the free Google translate API

    JavaScript 8 1

  3. stream2peer stream2peer Public

    This a free, decentralized video stream management service that is an open source version of StreamYard.

    TypeScript 41 15

  4. ens-lookup.js ens-lookup.js
    1
    import { ethers } from "ethers";
    2
    import { JsonRpcProvider } from "ethers";
    3
     
    4
    BigInt.prototype.toJSON = function () {
    5
     return this.toString();