Skip to content
View gitnull-dev's full-sized avatar

Block or report gitnull-dev

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.

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
gitnull-dev/README.md
╔═══════════════════════════════════════════════════════════════╗
║                                                               ║
║    ██████╗ ██╗████████╗███╗   ██╗██╗   ██╗██╗     ██╗        ║
║   ██╔════╝ ██║╚══██╔══╝████╗  ██║██║   ██║██║     ██║        ║
║   ██║  ███╗██║   ██║   ██╔██╗ ██║██║   ██║██║     ██║        ║
║   ██║   ██║██║   ██║   ██║╚██╗██║██║   ██║██║     ██║        ║
║   ╚██████╔╝██║   ██║   ██║ ╚████║╚██████╔╝███████╗███████╗   ║
║    ╚═════╝ ╚═╝   ╚═╝   ╚═╝  ╚═══╝ ╚═════╝ ╚══════╝╚══════╝   ║
║                                                               ║
║              Null today. Permanent tomorrow.                  ║
╚═══════════════════════════════════════════════════════════════╝
$ gitnull --info
  platform   : Git, onchain. Agent-native.
  version    : 0.1.0-alpha
  network    : EVM L2
  token      : $GNULL
  status     : [ BUILDING ]

$ gitnull --what-is-this
GitNull is not a GitHub clone.

It is Git — the protocol you already know —
layered with:

  [1]  Onchain identity       every contribution = immutable proof
  [2]  Autonomous agents      one per repo, runs 24/7
  [3]  Token economy          $GNULL flows where code flows

Your commits. Your reputation. Your money.
All on-chain. All permanent. All yours.

$ gitnull agent --status
┌─────────────────────────────────────────┐
│  AGENT LAYER — ACTIVE                   │
├─────────────────────────────────────────┤
│  ✓  anomaly detection      running      │
│  ✓  secret scanner         running      │
│  ✓  dependency audit       running      │
│  ✓  ai code review         running      │
│  ✓  onchain executor       running      │
│  ✓  governance facilitator running      │
└─────────────────────────────────────────┘

$ gitnull token --info $GNULL
  $GNULL utility token
  ├── bounty        deposit on issues, earn on close
  ├── sponsorship   fund maintainers directly
  ├── governance    vote on repo & protocol direction
  └── reputation    soulbound — earned, never bought

  > value flows to those who build. not those who buy.

$ gitnull --why
open source powers the world.
the world does not pay open source back.

maintainers burn out.
libraries get abandoned.
secrets get leaked.
contributions get erased.

GitNull fixes the incentive layer.
not with promises. with code.

$ gitnull roadmap --current
  [████░░░░░░░░░░░░░░░░]  phase 1 — foundation
  [░░░░░░░░░░░░░░░░░░░░]  phase 2 — economy
  [░░░░░░░░░░░░░░░░░░░░]  phase 3 — governance
  [░░░░░░░░░░░░░░░░░░░░]  phase 4 — intelligence

$ gitnull --stack
  git protocol   →  gitoxide (rust)
  contracts      →  solidity / evm l2
  agent runtime  →  python + llm
  backend        →  rust (axum)
  frontend       →  next.js
  auth           →  sign-in with ethereum
  storage        →  ipfs + onchain hashes

$ gitnull contribute --how
  clone  →  gnull clone gitnull/gitnull
  build  →  pick a bounty-tagged issue
  push   →  gnull pr create
  earn   →  agent verifies → $GNULL released

  no grant applications.
  no middlemen.
  just code.

$ gitnull --connect
  docs     →  docs.gitnull.dev
  discord  →  discord.gg/gitnull
  twitter  →  @gitnull
  email    →  hello@gitnull.dev

[ GitNull ] — null today. permanent tomorrow.

Pinned Loading

  1. core-protocol core-protocol Public

    GitNull protocol smart contracts — RepoRegistry, ContribLedger, BountyEscrow, GovernanceDAO deployed on gitchain-l2

    Solidity

  2. gitchain-l2 gitchain-l2 Public

    EVM-compatible Layer-2 optimized for developer workflows — low gas, fast finality, powering the GitNull protocol

    TypeScript

  3. gitnull gitnull Public

    Onchain-native code collaboration platform — Git with immutable contribution records, AI agents, and token-powered bounties

    TypeScript

  4. gitnull-dev gitnull-dev Public

  5. gnull-sdk-js gnull-sdk-js Public

    JavaScript/TypeScript SDK for GitNull — works in Node.js and browser, full API client with typed hooks

  6. openclaude-agent openclaude-agent Public

    Autonomous AI agent runtime for GitNull repositories — secret scanning, CVE detection, smart contract auditing