From de99c413c633976ec986a5747597d75d93fcb7b1 Mon Sep 17 00:00:00 2001 From: Dave Bryson Date: Thu, 13 Jun 2024 14:59:32 -0500 Subject: [PATCH] added simular to used-by --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d748be079..254952bbad 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ cargo run -p revm --features std,serde-json,ethersdb --example generate_block_tr * [VERBS](https://github.com/simtopia/verbs) an open-source Ethereum agent-based modelling and simulation library with a Python API. * [Hardhat](https://github.com/NomicFoundation/hardhat) is a development environment to compile, deploy, test, and debug your Ethereum software. * [Trin](https://github.com/ethereum/trin) is Portal Network client. An execution and consensus layer Ethereum light client written in Rust. Portal Network client's provide complete, provable, and distributed execution archival access. +* [Simular](https://github.com/simular-fi/simular/) is a Python smart-contract API with a fast, embedded, Ethereum Virtual Machine. * ... (If you want to add project to the list, ping me or open the PR)