This repository contains a simple state verifier for the Lagrange State Committee. It includes 3 main steps.
BN254
curve.go mod download
CHAIN_ID
and BATCH_NUMBER
in .env
file.
CHAIN_ID
is the chain id of the chain you want to verify the state of. Please refer to chain id in our docs.BATCH_NUMBER
is the batch number of the chain you want to verify the state proof.go run main.go
to verify the state of the chain.