privacy-scaling-explorations / multisetups

A simple, IPFS-based multi-party trusted setup utility for snarkjs
27 stars 10 forks source link

Architecture detection for IPFS installation in the Dockerfile #8

Open weijiekoh opened 2 years ago

weijiekoh commented 2 years ago

Checks if the architecture is ARM. If so, downloads the ARM IPFS binary. Otherwise, uses amd64.

https://github.com/appliedzkp/multisetups/issues/7