You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZoKrates CLI command zokrates compute-witness writes the witness to file but does not write the output of the witness to file.
However, ZoKrates CLI prints the output of the witness to sdtout. Therefore, as a workaround parse the output of the witness from the ZoKrates stdout and write it to file within the computeWitness function.
ZoKrates CLI command
zokrates compute-witness
writes the witness to file but does not write the output of the witness to file.However, ZoKrates CLI prints the output of the witness to
sdtout
. Therefore, as a workaround parse the output of the witness from the ZoKrates stdout and write it to file within thecomputeWitness
function.Example
stdout
ofzokrates compute-witness
:Output of the witness is:
'["4"]'
.The text was updated successfully, but these errors were encountered: