mv-prover

Crates.iomv-prover
lib.rsmv-prover
version0.3.2
sourcesrc
created_at2022-05-23 05:13:21.180393
updated_at2022-08-23 18:58:14.154111
descriptionMove prover
homepage
repository
max_upload_size
id591597
size2,367,892
(aptos-crates)

documentation

README


id: move-prover title: Formal verification code custom_edit_url: https://github.com/move-language/move/edit/main/language/move-prover/README.md

Code under this subtree is experimental. It is out of scope for the Diem Bug Bounty until it is no longer marked experimental.

The Move Prover

The Move Prover supports formal specification and verification of Move code. It can automatically prove logical properties of Move smart contracts, while providing a user experience similar to a type checker or linter. It's purpose is to make contracts more trustworthy, specifically:

  • Protect massive assets managed by the Diem blockchain from smart contract bugs
  • Protect against well-resourced adversaries
  • Anticipate justified regulator scrutiny and compliance requirements
  • Allow domain experts with mathematical background, but not necessarily software engineering background, to understand what smart contracts do

For more information, refer to the documentation:

Commit count: 0

cargo fmt