jeth 0.1.0

A high-performance, coverage-guided, stateful fuzzing framework for Ethereum smart contracts. Write simple, invariant-based tests in Rust and let Jeth find bugs for you.
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "jeth"
version.workspace = true
authors.workspace = true
edition.workspace = true
description = "A high-performance, coverage-guided, stateful fuzzing framework for Ethereum smart contracts. Write simple, invariant-based tests in Rust and let Jeth find bugs for you."
license.workspace = true

[dependencies]