download button

This commit is contained in:
poma 2020-05-14 07:03:04 +03:00
parent f0745746bc
commit 39b8e3f2a1
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
2 changed files with 16 additions and 21 deletions

View File

@ -6,9 +6,13 @@
</b-navbar-item>
</template>
<template slot="end">
<b-navbar-item tag="router-link" to="/instructions">
<a
class="navbar-item"
target="_blank"
href="https://medium.com/@tornado.cash/the-biggest-trusted-setup-ceremony-in-the-world-3c6ab9c8fffa#43d9"
>
Instructions
</b-navbar-item>
</a>
</template>
</b-navbar>
</template>

View File

@ -3,22 +3,19 @@
<h1 class="title is-size-1 is-size-2-mobile is-spaced">
Tornado.cash <span>Trusted Setup Ceremony</span>
</h1>
<p class="p is-size-6">
zk-SNARKs require a pre-existing setup between Prover and Verifier. A set of public parameters
defines the rules of the game for the construction of zk-SNARKs. Please contribute with your
source of entropy, so that Tornado.cash can become fully trustless.
</p>
<!-- <div class="buttons is-centered">
<b-button type="is-primary" outlined tag="router-link" to="/make-contribution">
Contribute
</b-button>
</div> -->
<h2 class="title">
Tornado.cash <span>Trusted Setup Ceremony</span> is completed.<br />
Thank you for your participation!
The Ceremony is completed. Thank you for your participation!
</h2>
<div class="currently">
There are <span>{{ contributions.length }}</span> contributions
There were <span>{{ contributions.length }}</span> contributions
</div>
<div class="buttons is-centered">
<a
class="button is-primary is-outlined"
href="https://tornado-cash-ceremony.s3-us-west-2.amazonaws.com/phase2.tar.gz"
>
Download ceremony archive (10 Gb)
</a>
</div>
<b-table
@ -75,12 +72,6 @@
<span class="icon icon-link"></span>
</a>
</b-table-column>
<b-table-column>
<a :href="`${downloadUrl}/response_${props.row.id}`" class="button is-icon" download>
<span class="icon icon-save"></span>
</a>
</b-table-column>
</template>
<template slot="empty">