Sui MVR Verification
To verify a registered Move package:
https://notary.wal.app/mvr/@your-name/your-app
Replace
your-name/your-app
with the MVR package name (e.g.,@notary/hello-mvr
).
Example:
🔗 https://notary.wal.app/mvr/@notary/hello-mvr
🔍 Search Interface
Enter your Move package name (e.g., @notary/hello-mvr
) into the search bar on notary.wal.app.
✅ Verification Results
Notary will:
- Parse the
mvr.intoto.jsonl
file from on-chain metadata - Match it to the on-chain transaction digest
- Display GitHub commit, repository, and actor info
- Confirm that the build is reproducible and trusted
If metadata is incomplete or signatures are missing, Notary will highlight them for review.