Status
Guide for checking proof request status using Fermah CLI commands.
Check
Once you submit a Proof Request, a Proof ID will be generated and displayed. You can then check on the status of the same proof by running:
PROOF_ID=id
fermah-seek proof check -k dev --key ecdsa.seeker --id $PROOF_ID
Valid for Devnet.
Last updated
Was this helpful?