ScottWe / verx-benchmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VerX smart contract verification benchmarks

This repository contains the benchmarks used to evaluate the performance of the VerX verifier.

Details on the verification method behind VerX and the benchmarks are available in the following research paper:

Benchmarks structure

Each folder contains a single benchmark and contains the following:

  • A file main.sol is the flattened Solidity file. Each Solidity file has a designated Deployer contract which specifies the initial state of the contract. Namely, the Deployer contract has a constructor that does not take any arguments and deploys all contracts part of the benchmark.
  • A folder specs contains a safety specification specified in the VerX specification language. The syntax of the VerX specification language is available here.

About