this repo has no description
attested.network/
attested.network specification site#
Static documentation site for the attested.network open specification — decentralized, cryptographically verifiable proof of payments on ATProtocol.
Tech stack#
- Plain HTML/CSS, no build tools or bundler
- Mermaid 11 (CDN) for diagrams
- Google Fonts: Inter, JetBrains Mono
- No JavaScript framework, no package.json
Site structure#
index.html— Main spec page (overview, lexicon, trust models)brokers.html— Guide for payment brokersapp-developers.html— Guide for app developersrecipients.html— Guide for recipients/creatorspayers.html— Guide for payersscenarios.html— Real-world usage scenariosstyles.css— Single shared stylesheet
Conventions#
- All pages share the same nav, hero pattern, and footer structure
- CSS custom properties define the color scheme (purple accent
#6d28d9) - Single responsive breakpoint at 640px
- Code blocks use manual syntax highlighting classes:
.hl-key,.hl-str,.hl-num,.hl-punc,.hl-comment - Mermaid diagrams are wrapped in
.mermaid-wrapperdivs - Site is in draft status (banner on every page)
Hosting#
- Git remote:
git@tangled.org:attested.network/site - No CI/CD or deployment pipeline configured yet