From 8b5aa98ca128a339330f311d6a9dd0cff1e6d67b Mon Sep 17 00:00:00 2001 From: Christoph Michelbach Date: Tue, 2 Apr 2024 14:10:24 +0200 Subject: [PATCH] Document correct node JS version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d75d1..45b1b86 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The Blockchain identities are implemented with the [ERC725](https://github.com/e The latest version of the sequence and entity relationship diagrams from the whitepaper can be found in the directory './documentation'. # Setup -Make sure that your node JS version is 16.17.1 because some of the dependencies do not work with newer versions. +Make sure that your node JS version is 20.12.0 because some of the dependencies do not work with newer versions. ## Cloning the repository git clone --recursive https://github.com/B2E2/b2e2_contracts.git