Install
Use Node 24 and the repository package manager. This website has no runtime package dependencies.
TEN-MINUTE QUICK START
Start with the architecture, inspect schemas, run local validation, then map claims to evidence.
WORKFLOW
Use Node 24 and the repository package manager. This website has no runtime package dependencies.
Run npm run validate to check static links, public discovery, chain API sanitization, kernel telemetry, and toolchain registry.
Entity manifest, authority policy, evidence bundle, and verification result specs are public.
Schemas and examplesUse the evidence registry and release manifest to connect claims to source, timestamp, maturity, and limitations.
EvidenceUnsupported schema versions fail closed with UNSUPPORTED_SCHEMA rather than partial interpretation.
No public token, investment, trading, or financial-return product is claimed.
COMMANDS
git clone https://github.com/Fenrua-Labs-Pty-Ltd/fenrua-web.git
cd fenrua-web
node --version # v24 required
npm ci
npm run validate
node scripts/test-toolchain-registry.mjs
node scripts/test-verify-examples.mjs
REPRODUCTION PROOF
A clean checkout should complete validation with static route, chain API sanitization, kernel telemetry, toolchain registry, and verify-corpus checks passing. The failing fixture is intentionally represented as FAIL_CLOSED.
COMPATIBILITY AND CONTRIBUTION
The supported local path uses Node 24 and the committed npm lockfile. Unsupported schema versions fail closed rather than being guessed. Public contributions belong in the repository; private vulnerabilities belong in the security reporting channel.