Skip to main content
[AVAILABLE]. packages/envelope-verifier. Zero third-party runtime dependencies, only @parmana/shared and @parmana/crypto.

Purpose

Lets a receiving system verify a signed execution authorization without trusting Parmana’s runtime process or database, only Parmana’s public key and the envelope itself. This is what The gateway composes and adds exactly one more check to (businessTransactionHash).

Install

Key exports

VerificationResult shape

Each check is reported independently, a caller can distinguish “forged” from “expired” rather than getting one opaque false, verified live in Detect tampering.

Minimal example

Next

Detect tampering

A forged signature and a reused nonce, both caught, run live.

@parmana/execution-gateway

What composes this package and adds the content-hash check.