We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d34d8 commit 9c4ee69Copy full SHA for 9c4ee69
README.md
@@ -74,6 +74,7 @@ For an HTTP request/response, you can generate a JSON input via:
74
```
75
witness http --input-file examples/http/get_request.http --output-dir inputs/get_request --output-filename input.json
76
77
+Afterwards, you can run `circomkit compile get_request` then `circomkit witness get_request input`.
78
79
## Testing
80
To test, you can just run
0 commit comments