/Formal-Verification-Tools-and-Resources-for-Smart-Contracts

The following repo contains Formal Verification tools and resources for smart contracts for smart contract auditors

Intro to Formal verification

K Framework

Certora Prover

Certora Workshop Repo

Commands to Run in Gitpod

  1. To install Certora Prover run
pip3 install certora-cli
  1. To install solidity compiler run
brew tap ethereum/ethereum
brew install solidity