From d3487bfb5fb1ed107a4bce6f3dd0dd36f4c4418a Mon Sep 17 00:00:00 2001 From: Mikerah Date: Tue, 21 Feb 2023 18:06:09 -0500 Subject: [PATCH] Update README.md (#2) * Update README.md * fix tests running example --------- Co-authored-by: Dmitriy Ryajov --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad29c15..abce1d5 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,22 @@ or at your option. These files may not be copied, modified, or distributed except according to those terms. ## Usage +First +``` +git clone git@github.com:status-im/codex-storage-proofs.git +cd codex-storage-proofs +npm i +cd circuits +``` Preparing test key material (only suitable for testing) ``` ../scripts/circuit_prep.sh storer 13 ``` -Running part of the code +Running the tests: + +`npm test` ``` npm test test/merkletree.js -``` \ No newline at end of file +```