Update README.md (#2)
* Update README.md * fix tests running example --------- Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
This commit is contained in:
parent
a0ba322cfd
commit
d3487bfb5f
13
README.md
13
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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue