Practical documentation for the ngchain stack, published at docs.ngchain.org. Built with VitePress.
Division of labor: docs (this site) carries guides and the JSON-RPC
reference; the paper (paper.ngchain.org,
separate repo ngpaper) carries the formal protocol specification.
npm install
npm run dev # http://localhost:5173npm run build # static site into .vitepress/distThe included workflow (.github/workflows/deploy.yml) publishes to GitHub
Pages on every push to main; public/CNAME pins the docs.ngchain.org
custom domain (base is /).
index.md landing page
guide/index.md getting started · wallet · contracts · fork tool
rpc/index.md the JSON-RPC method reference (node + fork tool)
.vitepress/ config + the shared "onchain terminal" theme