this repo has no description attested.network/
at main 34 lines 1.3 kB view raw view rendered
1# attested.network specification site 2 3Static documentation site for the attested.network open specification — decentralized, cryptographically verifiable proof of payments on ATProtocol. 4 5## Tech stack 6 7- Plain HTML/CSS, no build tools or bundler 8- Mermaid 11 (CDN) for diagrams 9- Google Fonts: Inter, JetBrains Mono 10- No JavaScript framework, no package.json 11 12## Site structure 13 14- `index.html` — Main spec page (overview, lexicon, trust models) 15- `brokers.html` — Guide for payment brokers 16- `app-developers.html` — Guide for app developers 17- `recipients.html` — Guide for recipients/creators 18- `payers.html` — Guide for payers 19- `scenarios.html` — Real-world usage scenarios 20- `styles.css` — Single shared stylesheet 21 22## Conventions 23 24- All pages share the same nav, hero pattern, and footer structure 25- CSS custom properties define the color scheme (purple accent `#6d28d9`) 26- Single responsive breakpoint at 640px 27- Code blocks use manual syntax highlighting classes: `.hl-key`, `.hl-str`, `.hl-num`, `.hl-punc`, `.hl-comment` 28- Mermaid diagrams are wrapped in `.mermaid-wrapper` divs 29- Site is in draft status (banner on every page) 30 31## Hosting 32 33- Git remote: `git@tangled.org:attested.network/site` 34- No CI/CD or deployment pipeline configured yet