TWEAK: Update instructions to point to Sherpa ceremony.

This commit is contained in:
Tyler Smith 2021-05-21 13:11:19 -07:00
parent 7cd6d66558
commit 93bf276e22
No known key found for this signature in database
GPG Key ID: CA38F1A9BE0EC890
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM tornadocash/phase2-bn254:phase2 as bin
FROM sherpacash/phase2-bn254/ as bin
FROM node:12-buster
WORKDIR /app

View File

@ -11,7 +11,7 @@
curl -sSf https://sh.rustup.rs | sh
{{ $t('pages.instructions.cloneRepo') }}
git clone https://github.com/tornadocash/phase2-bn254
git clone https://github.com/sherpacash/phase2-bn254
cd phase2-bn254/phase2
{{ $t('pages.instructions.runCeremony') }}
@ -50,7 +50,7 @@ cargo run --release --bin tornado
<figure class="highlight">
<pre v-highlightjs><code class="bash">{{ $t('pages.instructions.downloadDockerfile') }}
wget https://raw.githubusercontent.com/tornadocash/phase2-bn254/master/Dockerfile
wget https://raw.githubusercontent.com/Sherpa-Cash/phase2-bn254/master/Dockerfile
{{ $t('pages.instructions.buildDockerImage') }}
docker build . -t ceremony