We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d689521 commit ed208bcCopy full SHA for ed208bc
scripts/trusted-setup.sh
@@ -10,13 +10,13 @@ if [ -d ./circuits ]; then
10
elif [ -d ../circuits ]; then
11
BUILD_DIR="../$BUILD_DIR"
12
else
13
- echo "Error: can't find way to circuits folder: unknow directory."
+ echo "Error: can't find way to circuits folder: unknown directory."
14
exit 1
15
fi
16
17
mkdir -p $BUILD_DIR/$SETUP_POWERS
18
19
-# Generatin trusted setup as powers/SETUP_POWERS.ptau
+# Generating trusted setup as powers/SETUP_POWERS.ptau
20
echo -e "\Generating trustep setup..."
21
22
snarkjs powersoftau new bn128 ${SETUP_POWERS} ${BUILD_DIR}/${SETUP_POWERS}/pot${SETUP_POWERS}_0000.ptau
0 commit comments