Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 774 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 774 Bytes

Tezcheck

main workflow

Tezcheck is a static analysis tool for Michelson smart contracts that takes advantage of Tezla intermediate representation and is inspired by SoftCheck.

Install instructions

Using dune

git clone https://github.com/joaosreis/tezcheck.git
cd tezcheck
dune build @install
dune install

Using opam

opam install https://github.com/joaosreis/tezcheck.git

Developed under the FRESCO project (Formal Verification of Smart Contracts), generously funded by Tezos Foundation.