From 7fb6395dd7a62aec6a676492f5119a73e616fa5a Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 8 Feb 2020 19:00:15 +0300 Subject: [PATCH] readme fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ea179c..53cd9fa 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ yarn dev ``` ## Production setup -Follow instructions in the [Initialize ceremony]() section to generate `current.params` file. +Follow instructions in the [Initialize ceremony](#initialize-ceremony-currentparams-file-creation) section to generate `current.params` ceremony file. ``` bash # Edit all necessary environment variables. See the explanation above. $ cp .env.example .env.production @@ -51,7 +51,7 @@ $ cd .. $ docker-compose up -d ``` -# Initialize ceremony (`current.params` file creation): +## Initialize ceremony (`current.params` file creation): 1. `git clone https://github.com/tornadocash/phase2-bn254 && cd phase2-bn254` 1. `git checkout wasm` 1. go to `./powersoftau/src/bn256/mod.rs` and change `REQUIRED_POWER` to 15 (it's going to fit 36k constaints snark)