mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-22 01:46:52 +01:00
readme fix
This commit is contained in:
parent
276f0f1e9f
commit
7fb6395dd7
@ -36,7 +36,7 @@ $ yarn dev
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Production setup
|
## 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
|
``` bash
|
||||||
# Edit all necessary environment variables. See the explanation above.
|
# Edit all necessary environment variables. See the explanation above.
|
||||||
$ cp .env.example .env.production
|
$ cp .env.example .env.production
|
||||||
@ -51,7 +51,7 @@ $ cd ..
|
|||||||
$ docker-compose up -d
|
$ 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 clone https://github.com/tornadocash/phase2-bn254 && cd phase2-bn254`
|
||||||
1. `git checkout wasm`
|
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)
|
1. go to `./powersoftau/src/bn256/mod.rs` and change `REQUIRED_POWER` to 15 (it's going to fit 36k constaints snark)
|
||||||
|
Loading…
Reference in New Issue
Block a user