Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

project-everest/ethereum-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-star

A tool to verify solidity contracts via translation to F*.

Tools

There are two tools in this distribution:

evmstar

evmstar is a tool that reads in an EVM program and translates it to F*. The source for this tool is in the src/evmstar directory. To build it, install batteries via opam, and then run make in that directory. To run it, type

./EvmStar.exe -i path/to/pgm.evm 

Type EvmStar.exe -h for the tool's annotation functionality.

solidstar

solidstar is a tool that translates Solidity contracts to F*. The source for this tool is in the src/solidstar directory. To build it, install menhir, PCRE and ulex via opam, and then run make in that directory. To run it, type

./soliditystar.native x.sol

Examples

Some small examples are given in the /examples directory.

Larger examples of bytecodes and contracts can be downloaded using the scripts in data/scripts. You need mkdir data/bytecode and data/contracts the directories already.

References

For some context, see:

Other links to attacks:

EVM tutorial:

Reference:

Resources:

Releases

No releases published

Packages

No packages published