Skip to content

eth-sri/verx-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages