From f3ace98193a0973e57ad40415cd852b71236f1e3 Mon Sep 17 00:00:00 2001 From: Theo Date: Wed, 16 Aug 2023 16:13:41 -0700 Subject: [PATCH] Add build instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a5a7735..7daaa55 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,18 @@ Technical information about all Tornado Cash contracts, token distribution and E Node 12 or higher. This package doesn't have any other build dependencies. +Install development dependencies: + +```bash +npm i +``` + +### Build + +```bash +npm run build +``` + ### Licence MIT