Context
We have on-chain contracts. We need a one-command verifier in the CLI that contributors can run locally to confirm the deployment matches their local source.
Tasks
Acceptance Criteria
$ sanctifier verify-deployment --all
✓ runtime-guard-wrapper hash matches (CBLDEREK…ZMTXB)
✓ vulnerable-contract hash matches (CABBT5FK…XNLMIB)
✓ reentrancy-guard hash matches (CDDVM5A5…CR3UY)
All 3 deployments verified.
Context
We have on-chain contracts. We need a one-command verifier in the CLI that contributors can run locally to confirm the deployment matches their local source.
Tasks
verify-deploymentsubcommand tosanctifier-cli--contract-idand--source-pathflagsstellar contract buildgetLedgerEntries--allmode that reads addresses fromLIVE_TESTNET.mdand verifies all threeAcceptance Criteria