Skip to main content

Add gnark to your project

Prerequisites

Install gnark

gnark is a standard Go module, install it using the following command inside your Go module:

go get github.com/consensys/gnark@latest
note

If you use Go modules, in go.mod the module path is case sensitive (use consensys and not ConsenSys).

info

gnark is optimized for amd64 targets (x86 64bits) and tested on Unix (Linux / macOS).