From ac125184bc73124314fef33c08b994784660a459 Mon Sep 17 00:00:00 2001 From: Tim Pechersky Date: Mon, 6 Sep 2021 16:29:56 +0200 Subject: [PATCH] add web3js --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 9725b9b1..cf705e6e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,8 @@ "react-xarrows": "^2.0.2", "showdown": "^1.9.1", "showdown-highlight": "^2.1.8", - "uuid": "^8.3.2" + "uuid": "^8.3.2", + "web3": "^1.5.2" }, "devDependencies": { "@babel/core": "^7.14.3",