Hexarch Domain (VS Code Extension)
Execution becomes a verifiable artifact.
Same input produces the same output, the same hash, and the same proof — anchored for independent verification.
Features
- Hexarch: Show Verification Promise — information message about deterministic guarantees
- Hexarch: Hash Input (SHA-256) — hashes selected text / document / manual input and copies to clipboard
- Hexarch: Generate Deterministic Proof — builds a full DRP v1 JSON proof from your text
- Hexarch: Verify Deterministic Proof — validates a proof JSON document against its original input
All commands use @hexarchproof/sdk.
Commands
| Command |
Description |
Hexarch: Show Verification Promise |
Displays the Hexarch verification guarantee |
Hexarch: Hash Input (SHA-256) |
SHA-256 hash of selection / document / input |
Hexarch: Generate Deterministic Proof |
Creates a drp.v1 JSON proof |
Hexarch: Verify Deterministic Proof |
Verifies a drp.v1 JSON proof |
Links
Publishing
From repository root:
- Install dependencies:
npm install
- Compile extension:
npm run build:extension
- Package VSIX:
npm run package -w packages/vscode-extension
To publish with the configured Marketplace publisher:
npm run publish -w packages/vscode-extension
| |