Installation - Circom 2 Documentation

RUSTのインストール

curl --proto '=https' --tlsv1.2 <https://sh.rustup.rs> -sSf | sh

circomをクローン

git clone <https://github.com/iden3/circom.git>

コンパイル

cargo build --release

circomのインストール

cargo install --path circom

circomのインストールチェック

circom --help

snarkjsのインストール

npm install -g snarkjs

Latestを取ってくる場合
sudo npm install -g snarkjs@latest