Categorygithub.com/consensys/gnark-solidity-checker
repositorypackage
0.1.0
Repository: https://github.com/consensys/gnark-solidity-checker.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

gnark-solidity-checker

gnark-solidity-checker generate is a helper to compile gnark solidity verification circuits using solc, generate go bindings using abigen and submit a proof running on geth simulated backend using gnark-solidity-checker verify.

Install dependencies

Install Solidity

brew install solidity or

sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install solc

Install Go

brew install golang

Install abigen

go install github.com/ethereum/go-ethereum/cmd/[email protected]