Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 290 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 290 Bytes

circuit gen

cd rollup_circuit
go run circuit.go
mv circuit.r1cs ../.

r1cs setup

cd setup
go run setup.go

L2 transfer_on_prove

cd L2chain
go run .
mv circuit.proof ../.
mv input.public ../.

L1 transfer_on_verify

cd onchain
go run .