kupl / MicSE

The Michelson Symbolic vErifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicSE

Build & Tests

Table of Contents

Introduction

MicSE is a tool for automatically verifying and testing Tezos smart contracts written in Michelson. Michelson is the native smart contract language of the Tezos Blockchain.

MicSE can verify the absence of runtime failures of Michelson programs, e.g., no arithmetic overflow. Also, MicSE supports verification of user-provided assertions.

  • Prover (=verifier)
  • Refuter (=tester)

Documents

Development

Prerequisite

Dependencies

Git Commit Guidelines

We are following Angular's commitizen rules for formatting git commit message. This allows you to read messages that are easy to understand when looking for project history. It also uses the git commit message to generate our CHANGELOG file.

About

This project is funded by Tezos Foundation: Verification and Testing Infrastructure for Tezos Contracts.

Authored and maintained by Jisuk Byun, Heewoong Jang

Github @cushionbadak
Github @JormalHeewoongJang

About

The Michelson Symbolic vErifier

License:MIT License


Languages

Language:OCaml 99.2%Language:Python 0.4%Language:Shell 0.3%Language:Makefile 0.1%