We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f8956 commit e7d493cCopy full SHA for e7d493c
README.md
@@ -14,7 +14,7 @@ CircomJS gives you the following capabilities in Javascript!
14
### Compile your circuits
15
16
```javascript
17
-const {CircomJS} = require("circomjs")
+const {CircomJS} = require("@zefi/circomjs")
18
19
const main = async() => {
20
const circomjs = new CircomJS()
@@ -30,7 +30,7 @@ main()
30
### Generate Proofs
31
32
33
34
35
36
@@ -54,7 +54,7 @@ main()
54
### Verify proofs
55
56
57
58
59
60
0 commit comments