Updated on April 27, 2021
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/[email protected]
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).