Verify
Verify a smart contract by comparing a local build to a reference bundle or an on-chain deployment.
Usage
pop verify [--path <PATH> | PATH] --contract-path <FILE>
pop verify [--path <PATH> | PATH] --url <URL> --address <ADDRESS> --image <IMAGE>JSON mode
pop --json verify --contract-path ./target/ink/my_contract.contractExamples
# Verify against a local .contract bundle
pop verify --contract-path ./target/ink/my_contract.contract
# Verify against a deployed contract
pop verify \
--url ws://127.0.0.1:9944 \
--address 5F3sa2TJ... \
--image <IMAGE>Verification modes
Project path resolution
Local reference verification
Deployed reference verification
Output
Errors and constraints
Last updated