Technical documentation for Parano1d: architecture, protocol, proof stack, mining, networking, wallet, RPC, CLI, and operations. https://docs.parano1d.org
  • TypeScript 92.7%
  • CSS 5.2%
  • JavaScript 2.1%
Find a file
2026-09-05 13:38:52 +01:00
.github/workflows deploy docs with GitHub Pages 2026-08-01 22:22:18 +01:00
app docs: sync mainnet documentation 2026-08-25 20:42:40 +01:00
components docs: sync mainnet documentation 2026-08-25 20:42:40 +01:00
content docs: sync refined wallet soundness in all locales 2026-09-05 13:38:52 +01:00
generated docs: sync refined wallet soundness in all locales 2026-09-05 13:38:52 +01:00
lib Present Parano1d as a proof-native Layer 1 2026-08-02 13:19:33 +01:00
public Publish B25 production documentation 2026-08-06 13:41:56 +01:00
scripts Present Parano1d as a proof-native Layer 1 2026-08-02 13:19:33 +01:00
.gitignore improve SEO and page performance 2026-08-02 08:06:02 +01:00
next-env.d.ts fix fonts 2026-08-07 09:17:51 +01:00
next.config.mjs Initial Parano1d documentation site 2026-07-31 10:24:39 +01:00
open-next.config.ts Initial Parano1d documentation site 2026-07-31 10:24:39 +01:00
package-lock.json improve SEO and page performance 2026-08-02 08:06:02 +01:00
package.json improve SEO and page performance 2026-08-02 08:06:02 +01:00
README.md Use Parano1d as project name 2026-08-02 09:20:02 +01:00
tsconfig.json Initial Parano1d documentation site 2026-07-31 10:24:39 +01:00
wrangler.jsonc Initial Parano1d documentation site 2026-07-31 10:24:39 +01:00

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.