mirror of
https://github.com/tornadocash/circomlibjs.git
synced 2024-12-12 12:47:09 +01:00
modified README
This commit is contained in:
parent
54847b37fd
commit
bffa5e7952
11
README.md
11
README.md
@ -1,4 +1,13 @@
|
||||
#circomlibjs
|
||||
|
||||
Javascript library to work with circomlib circuits
|
||||
`circomlibjs` is a Javascript library that provides programs to compute the witness of several circuits of `circomlib`.
|
||||
This library is used to make tests of circomlib circuits.
|
||||
|
||||
In the src directory the package includes these programs, in the
|
||||
test directory includes its own tests and, in the tools directory includes programs to precompute some needed parameters.
|
||||
|
||||
You can install `circomlibjs` with the following command:
|
||||
|
||||
```text
|
||||
npm install -g circomlibjs
|
||||
```
|
Loading…
Reference in New Issue
Block a user