saleel / circom-docker

Docker image for circom + snarkjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circom Docker

Docker image for circom and snarkjs

Circom Version : 2.1.6

Installation

You can pull the image from docker hub

docker push saleel/circom:2.1.6

Building Manually

docker build -t circom .

Usage

Both circom and snarkjs are available as a global command

docker run circom circom -V
docker run circom snarkjs ..

About

Docker image for circom + snarkjs


Languages

Language:Dockerfile 100.0%