Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.3 KB

File metadata and controls

48 lines (32 loc) · 1.3 KB

intentproof-tools

CI

Offline verifier and developer CLI for IntentProof proof bundles.

Commands

Binary Role
intentproof-verify Offline verify, explain, replay
intentproof Demos, policy compile, bundle helpers, optional local dev loop

Libraries live under pkg/ (verifier, bundle, policy, crypto, and related packages).

Docs

Install

brew tap IntentProof/tap && brew install intentproof intentproof-verify

Release flow (v* tags, manual Homebrew tap): release.md. Cosign verification: counterparty-verification.md.

Build and test

go build ./...
go test ./...

Support

GitHub Issues — see CONTRIBUTING.md. Security reports: security@intentproof.io or a private GitHub Security Advisory.

License

MIT — see LICENSE.