From a39bbaa46939217beaa9422259612f7b6cd99648 Mon Sep 17 00:00:00 2001 From: Kolby Moroz Liebl <31669092+KolbyML@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:19:16 -0600 Subject: [PATCH] chore: remove only unix + experimental messaging from readme --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index c59ec844e..032727512 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,12 @@ Trin is a Rust implementation of a [Portal Network](https://github.com/ethereum/portal-network-specs) client. -The Portal Network is still in the research phase, and this client is experimental. - -**Do not rely on Trin in a production setting.** - - ## How to use Trin Check out the [Trin book](https://ethereum.github.io/trin) to quickly get up and running with Trin. > **NOTE**: This project uses [Git Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules). If you just cloned the project, be sure to run: `git submodule update --init`. See our dedicated [page](https://ethereum.github.io/trin/developers/contributing/git/submodules.html) for more info. -## Experimental Status - -Trin is a prototype Portal Network client. This implementation and the Portal Network specifications will continue to co-evolve. - -In this stage of development, Trin lacks comprehensive data validation. - ## Want to help? Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our