$ ./verify --describe
ProtocolX Verify [ LIVE ]
for engineering leads shipping Move
Five CI gates on every pull request. Every run leaves an evidence bundle with a re-derivable digest.
gate.01build — the package compiles on a runner that has never seen it, with a pinned Sui CLI[ PASS ]
gate.02digest — the source still builds to the digest the chain holds[ PASS ]
gate.03tests — the Move suite runs green against the exact commit proposed[ PASS ]
gate.04pin — the framework dependency stays where you pinned it[ PASS ]
gate.05mutation-smoke — assertions are deleted one at a time and the suite re-runs against each, up to a set limit. The bundle records how many were derivable, how many ran, how many were killed and how many survived.[ PASS ]
// this bundle is the artifact your customer keeps
// problem
Test suites go green while the guards holding user funds sit untested. When a fund draws the wrong balance in production, the record of what you checked is missing.
// what you get
- Five CI gates on every pull request: build, digest, tests, pin, mutation-smoke.
- Every run drops an evidence bundle with a re-derivable digest.
- A one-line reproduce command a customer, auditor, or exchange can run on their own.
- Hosted runners with retention. Private repos supported.
$ ls ./gates
Five gates, one bundle
- gate.01[ PASS ]buildthe package compiles on a runner that has never seen it, with a pinned Sui CLI
- gate.02[ PASS ]digestthe source still builds to the digest the chain holds
- gate.03[ PASS ]teststhe Move suite runs green against the exact commit proposed
- gate.04[ PASS ]pinthe framework dependency stays where you pinned it
- gate.05[ PASS ]mutation-smokeassertions are deleted one at a time and the suite re-runs against each, up to a set limit. The bundle records how many were derivable, how many ran, how many were killed and how many survived.
$ verify bundle.json
Re-derive a bundle here
The same digest the CLI prints, computed in your browser from the text on the left.
or drop a file on the box
waiting
computed here
—claimed by the bundle
—Change one character on the left. The digest moves, and about half of the 256 blocks move with it. That is the whole idea.
$ ls ./supports
Move on SuiGitHub ActionsGitLab CIself-hosted runners
$ pricing
self-host in your CIfree
First Report (one-shot audit output)$1,000
Verify Hosted App$249 / repo / month
$ start
install
$
runcurl -sSL projectxprotocol.dev/verify | sh$
shareverify run --pr $PR$
verify publish --bundle ./out/bundle.tar