fluidex / snarkit

A toolkit to compile and debug circom circuit.
23 stars 1 forks source link

Porting snarkit for windows #15

Closed noel2004 closed 3 years ago

noel2004 commented 3 years ago

Here I purposed this work which make snarkit can work under windows with following improvments:

  1. Normalize the path string in many command line generated inside witness_generator.ts

  2. Apply some stuff to build native backend

  3. Some tutorials for preparing the environments and hacking on windows

With this works in windows snarkit can run with manual selection of backend (native or wasm)

noel2004 commented 3 years ago

Regression testing has passed on Linux with all backend selections (automatic, native, wasm)