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 +```