Lethean developer documentation (Docusaurus)
Find a file
Claude fa5c149ffd
rebrand(lethean): update branding, ports, and config for Lethean blockchain
- Coin: Zano → Lethean, ticker: ZAN/ZANO → LTHN
- Ports: 11211 → 36941 (mainnet RPC), 46941 (testnet RPC)
- Wallet: 11212 → 36944/46944
- Address prefix: iTHN
- URLs: zano.org → lethean.io
- Explorer links: explorer.lthn.io

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 22:24:13 +01:00
docs rebrand(lethean): update branding, ports, and config for Lethean blockchain 2026-04-01 22:24:13 +01:00
src rebrand(lethean): update branding, ports, and config for Lethean blockchain 2026-04-01 22:24:13 +01:00
static rebrand(lethean): update branding, ports, and config for Lethean blockchain 2026-04-01 22:24:13 +01:00
.gitignore enhance FAQ documentation for clarity and detail and Update .gitignore 2026-03-24 17:47:05 -03:00
.node-version node version bump 2025-11-04 20:23:31 +04:00
babel.config.js template setup 2023-08-31 13:30:05 +02:00
Dockerfile rebrand(lethean): update branding, ports, and config for Lethean blockchain 2026-04-01 22:24:13 +01:00
docusaurus.config.js rebrand(lethean): update branding, ports, and config for Lethean blockchain 2026-04-01 22:24:13 +01:00
package-lock.json rebrand(lethean): update branding, ports, and config for Lethean blockchain 2026-04-01 22:24:13 +01:00
package.json rebrand(lethean): update branding, ports, and config for Lethean blockchain 2026-04-01 22:24:13 +01:00
README.md rebrand(lethean): update branding, ports, and config for Lethean blockchain 2026-04-01 22:24:13 +01:00
sidebars.js Update sidebars.js 2025-07-07 15:12:35 +04:00

Lethean Documentation

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.