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.
2 parents 30b5071 + b01073b commit bd06734Copy full SHA for bd06734
README.md
@@ -44,12 +44,12 @@ git submodule update --init --recursive
44
Fusion requires the following installed:
45
- [Rust](https://www.rust-lang.org/learn/get-started)
46
- [foundry](https://github.com/foundry-rs/foundry)
47
-- [Zokrates 0.8.5](https://zokrates.github.io)
+- [Zokrates 0.8.7](https://zokrates.github.io)
48
49
### Building the circuits
50
-ZoKrates' latest release 0.8.5 is specifically required for this step.
+ZoKrates' latest release 0.8.7 is specifically required for this step.
51
```
52
-cd circuits && make
+cd circuits && make && make verifier
53
54
55
**Note:** the current circuits require at least 16GB of RAM to compile.
0 commit comments