Distributed Content Repository - Ethereum meets Oak
Live Site: https://somarc.github.io/oak-chain-docs
Oak Chain bridges Ethereum's economic security with Apache Jackrabbit Oak's enterprise content model:
- Aeron Cluster for Raft consensus
- Ethereum payments for economic security
- Oak segments for content storage
- IPFS for binary storage
If you run Oak or AEM-backed content, the main risk is simple: writes can be hard to attribute and trust can be operator-dependent.
Oak Chain keeps your existing Oak mental model while adding signed, economically authorized, validator-replicated writes.
- Open the docs home: https://somarc.github.io/oak-chain-docs
- Jump to the Developer Guide
- Run a local 3-validator cluster and verify leader/follower state
- Submit one signed write and confirm replicated durability
Most teams miss this because they evaluate blockchain as a replacement stack. Oak Chain is designed as an extension path.
npm install
npm run devThen open the local dev server URL shown in terminal.
npm run build
npm run previewStart with the Developer Guide to get a local proof before changing any production architecture.
Apache 2.0