From 7286dc548477fdb56278086908fd82b8467b7bd8 Mon Sep 17 00:00:00 2001 From: Kolby Moroz Liebl <31669092+KolbyML@users.noreply.github.com> Date: Fri, 10 May 2024 23:57:03 -0600 Subject: [PATCH] chore: add Trin to used by list (#1393) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29c9ad2df7..0d748be079 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ cargo run -p revm --features std,serde-json,ethersdb --example generate_block_tr * [Zeth](https://github.com/risc0/zeth) is an open-source ZK block prover for Ethereum built on the RISC Zero zkVM. * [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. * ... (If you want to add project to the list, ping me or open the PR)