Skip to content

Commit

Permalink
Merge branch 'main' into perf/increase-default-assertion-solving-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Sep 21, 2024
2 parents f3197e9 + fb2160c commit b82b7e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Halmos

[![PyPI - Version](https://img.shields.io/pypi/v/halmos)](https://pypi.org/project/halmos)
[![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fa16z%2Fhalmos%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)](https://github.com/a16z/halmos)
[![License](https://img.shields.io/github/license/a16z/halmos)](https://github.com/a16z/halmos/blob/main/LICENSE)
[![chat](https://img.shields.io/badge/chat-telegram-blue)](https://t.me/+4UhzHduai3MzZmUx)

[**Install**](https://github.com/a16z/halmos?tab=readme-ov-file#installation)
| [**Getting Started**](https://github.com/a16z/halmos/blob/main/docs/getting-started.md)
| [**Examples**](https://github.com/a16z/halmos/blob/main/examples/README.md)
| [**FAQ**](https://github.com/a16z/halmos/wiki/FAQ)
| [**Chat**][chat]
| [**awesome-halmos**](https://github.com/redtrama/awesome-halmos)

Halmos is a _symbolic testing_ tool for EVM smart contracts. A Solidity/Foundry frontend is currently offered by default, with plans to provide support for other languages, such as Vyper and Huff, in the future.

You can read more in our post: "_[Symbolic testing with Halmos: Leveraging existing tests for formal verification][post]_."
Expand Down

0 comments on commit b82b7e6

Please sign in to comment.