Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
![Foundation](https://img.shields.io/badge/Foundation-service-8B5CF6?style=flat-square)
![Tier](https://img.shields.io/badge/tier-0%20Trust%20Anchors-6366F1?style=flat-square)

# ChittyChain

> On-chain anchor layer providing immutable finality for the ChittyOS ecosystem.

ChittyChain is the permanent on-chain record of truth for governance decisions, attribution traces, and evidence records. Where ChittyLedger is the fast off-chain database, ChittyChain performs Hard-Mint operations that make records immutable forever on-chain. Built as a full-stack application with an Express/TypeScript backend, React frontend, Drizzle ORM on Neon PostgreSQL, and Solidity smart contracts via OpenZeppelin.

**Domain**: `chain.chitty.cc`
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,6 @@
},
"optionalDependencies": {
"bufferutil": "^4.0.8"
}
},
"description": "ChittyChain — on-chain Hard-Mint anchor with Solidity smart contracts for immutable proofs"
}