mirror of
https://github.com/factorgroup/nightmarket.git
synced 2026-04-17 03:00:50 -04:00
6 lines
264 B
Bash
Executable File
6 lines
264 B
Bash
Executable File
#!/bin/bash
|
|
# Patches circom_tester v0.0.10+ to work
|
|
# Replaces all instances of invoking `circom` with `circom2`
|
|
echo "Exporting nicely formatted verifier.sol from vkeys..."
|
|
node ./build/circuits/exportVerifier.js list
|
|
node ./build/circuits/exportVerifier.js sale |