mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-22 01:46:52 +01:00
download button
This commit is contained in:
parent
f0745746bc
commit
39b8e3f2a1
@ -6,9 +6,13 @@
|
|||||||
</b-navbar-item>
|
</b-navbar-item>
|
||||||
</template>
|
</template>
|
||||||
<template slot="end">
|
<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
|
Instructions
|
||||||
</b-navbar-item>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
</b-navbar>
|
</b-navbar>
|
||||||
</template>
|
</template>
|
||||||
|
@ -3,22 +3,19 @@
|
|||||||
<h1 class="title is-size-1 is-size-2-mobile is-spaced">
|
<h1 class="title is-size-1 is-size-2-mobile is-spaced">
|
||||||
Tornado.cash <span>Trusted Setup Ceremony</span>
|
Tornado.cash <span>Trusted Setup Ceremony</span>
|
||||||
</h1>
|
</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">
|
<h2 class="title">
|
||||||
Tornado.cash <span>Trusted Setup Ceremony</span> is completed.<br />
|
The Ceremony is completed. Thank you for your participation!
|
||||||
Thank you for your participation!
|
|
||||||
</h2>
|
</h2>
|
||||||
<div class="currently">
|
<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>
|
</div>
|
||||||
|
|
||||||
<b-table
|
<b-table
|
||||||
@ -75,12 +72,6 @@
|
|||||||
<span class="icon icon-link"></span>
|
<span class="icon icon-link"></span>
|
||||||
</a>
|
</a>
|
||||||
</b-table-column>
|
</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>
|
||||||
|
|
||||||
<template slot="empty">
|
<template slot="empty">
|
||||||
|
Loading…
Reference in New Issue
Block a user