mirror of
https://github.com/logos-storage/logos-storage-proofs-circuits.git
synced 2026-01-06 23:43:05 +00:00
more typos
This commit is contained in:
parent
cb144df60a
commit
23dbd41be2
@ -50,11 +50,14 @@ You can edit `params.sh` to your taste before running the workflow scripts.
|
|||||||
|
|
||||||
### Compile the circuit
|
### Compile the circuit
|
||||||
|
|
||||||
First create the main component:
|
Create a build directory so we don't pollute the repo:
|
||||||
|
|
||||||
$ mkdir -p build
|
$ mkdir -p build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ source ./cli_args.sh && ../../reference/nim/proof_input/cli $CLI_ARGS -v --circom="proof_main.circom"
|
|
||||||
|
After that, the first real step is to create the main component:
|
||||||
|
|
||||||
|
$ source ../cli_args.sh && ../../reference/nim/proof_input/cli $CLI_ARGS -v --circom="proof_main.circom"
|
||||||
|
|
||||||
Then compile the circuit:
|
Then compile the circuit:
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@ CLI_ARGS="--depth=$MAXDEPTH \
|
|||||||
--ncells=$NCELLS \
|
--ncells=$NCELLS \
|
||||||
--index=$SLOTINDEX"
|
--index=$SLOTINDEX"
|
||||||
|
|
||||||
if [[ "$1" =~ "--export" ]]
|
if [[ "$1" == "--export" ]]
|
||||||
then
|
then
|
||||||
echo "exporting CLI_ARGS"
|
echo "exporting CLI_ARGS"
|
||||||
export CLI_ARGS
|
export CLI_ARGS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user