cochranblock
Proof of Artifacts
Wire diagrams, screenshots, and demos for quick review.
Wire / Architecture
flowchart LR
User[User] --> Home["/"]
User --> Services["/services"]
User --> About["/about"]
User --> Products["/products"]
User --> Contact["/contact"]
User --> Book["/book"]
User --> Federal["/federal-partners"]
Screenshots
| View | Description |
|---|---|
![]() |
Hero section |
![]() |
Products page |
![]() |
Rogue Repo (Products) |
![]() |
Kova (Products) |
![]() |
Ronin Sites (Products) |
![]() |
Services page |
Demo
Add docs/artifacts/demo-hero.gif for hero scroll or Products carousel.
CochranBlock site (cochranblock.org) — Rust Axum server with embedded assets.
Run
Then open http://localhost:8081 (default). Routes: /, /services, /about, /contact, /book, /products, /federal-partners.
Tokenization
The source code uses compact identifiers (f0, t15, s0, etc.) per the Token-Optimized Code Representation whitepaper. See ../kova/docs/TOKENIZATION_IMPLEMENTATION.md and ../kova/docs/compression_map.md.
Docs
- docs/architecture_guide.md — Full architecture
- exopack/docs/testing_architecture.md — Two-binary test model
- content/whitepaper_text.txt — Tokenization whitepaper





