ZkRollup Tutorial

npmでエラった

cd circomlib; git checkout 77928872169b7179c9eee545afe0a972d15b1e64; npm i; cd -;

HEAD is now at 7792887 0.0.6
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t git://github.com/frozeman/WebSocket-Node.git
npm ERR!
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 52.69.186.44]: errno=Resource temporarily unavailable
npm ERR!
npm ERR!
npm ERR! exited with error code: 128

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/mk1018/.npm/_logs/2022-06-25T10_50_38_101Z-debug.log

原因

sshに対応していないリポジトリっぽい

対策

git: から https: に一旦変更

git config --global url."https://".insteadOf git://

circomのコンパイルでoutputファイルが無いと怒られる

circom circuit.circom -o circuit.json

invalid output path
previous errors were found

原因

わからん。ファイルあるんだけどなぁ。。。