Technical documentation for Parano1d: architecture, protocol, proof stack, mining, networking, wallet, RPC, CLI, and operations.
https://docs.parano1d.org
blockchain
cryptography
documentation
gkr
libp2p
nextjs
parano1d
poseidon2
post-quantum-cryptography
proof-of-work
proof-systems
recursive-proofs
statechain
technical-documentation
typescript
utxo
zero-knowledge-proofs
- TypeScript 92.7%
- CSS 5.2%
- JavaScript 2.1%
| .github/workflows | ||
| app | ||
| components | ||
| content | ||
| generated | ||
| lib | ||
| public | ||
| scripts | ||
| .gitignore | ||
| next-env.d.ts | ||
| next.config.mjs | ||
| open-next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| wrangler.jsonc | ||
Parano1d documentation site
The site renders the Markdown documentation maintained in the Parano1d
repository. The copied content/ directory is the deployable snapshot; the
project documentation remains the source of truth.
npm install
npm run sync
npm run dev
Production checks:
npm run typecheck
npm run build
npm run build:worker
Mathematical notation
Documentation pages use TeX delimiters in Markdown: $...$ for inline math
and $$...$$ for display math. The renderer emits static KaTeX HTML and
MathML during the site build; malformed TeX fails the build.