@safedeal/verify
v1.0.1
Published
SafeDeal v1.0.0 verification and negotiation utilities (deterministic, chain-agnostic).
Readme
@safedeal/verify
SafeDeal v1.0.0 verification and negotiation utilities.
Deterministic. Chain-agnostic. Frozen protocol core.
This package provides:
- Canonical hashing
- Deal ID computation
- Capability hashing
- Deterministic capability negotiation
- Deal bundle verification
No web3 dependency. No network calls. Pure verification logic.
Install
npm install @safedeal/verify
Usage
import { capabilitiesHash, negotiateCapabilities } from "@safedeal/verify";
console.log("SafeDeal verify loaded");
What This Is
This package implements the frozen SafeDeal v1 protocol core.
It does NOT:
- Deploy contracts
- Hold funds
- Connect wallets
- Perform arbitration
It only verifies and negotiates deterministic SafeDeal artifacts.
Protocol Version
SafeDeal Protocol Version: 1.0.0
Full repository: https://github.com/AndrewJWicks/SafeDeal
