forked from mimblewimble/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (58 loc) · 2.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
layout: default
---
<main class="site">
<section class="section-1">
<div class="section-1-intro">
<div>
<span class="section-1-grin">GRiN</span>
</div>
<p class="section-1-text">Electronic transactions for all.
Without censorship or restrictions.
Designed for the decades to come, not just for tomorrow. To be used by anyone, anywhere.
</p>
<div class="section-2-start-download">
<a class="btn btn-bright btn-home" href="{{ site.baseurl }}/get-started">Get Started</a>
<a class="btn btn-light btn-home" href="{{ site.baseurl }}/download">Download</a>
</div>
<span class="section-1-star">*</span>
</div>
</section>
<img class="section-1-lights" alt="Protect yourself against electronic surveillance" src="assets/images/[email protected]" />
<section class="section-2">
<span class="section-2-title">GRiN — THE MIMBLEWIMBLE BLOCKCHAIN</span>
<p>
<span class="medium">Grin is a privacy-preserving digital currency</span> built openly by developers distributed all over the world.
<span class="medium">Grin has no amounts and no addresses.</span> Transactions can be trivially aggregated. To hide the origin of a newly created transaction, it gets relayed among a sub-set of peers before it is widely broadcasted.
<span class="medium">Grin is not controlled by any company, foundation or individual.</span> The coin distribution is designed to be as fair as possible, with an emission of 1 GRIN per second.
<span class="medium">Mimblewimble</span> leverages cryptography to allow past transaction data to be removed with no compromise on security. This avoids Grin collapsing under the weight of data having to be kept on chain.
</p>
</section>
<img class="section-2-cash" alt="Mimblewimble" src="assets/images/cash.png" />
<section class="section-3">
<div class="section-3-content">
<div class="section-3-read-more">Read more</div>
<div>
<ul>
<li class="section-3-link">
<p>“</p><a href="https://docs.grin.mw/wiki/introduction/mimblewimble/ecc/"><span>Introduction to Mimblewimble</span></a><p>” →</p>
</li>
<li class="section-3-link">
<p>“</p><a href="fund"><span>Funding</span></a><p>” →</p>
</li>
<li class="section-3-link">
<p>“</p><a href="download.html#community"><span>Community Projects</span></a><p>” →</p>
</li>
<li class="section-3-link">
<p>“</p><a href="friends.html"><span>Friends of Grin</span></a><p>” →</p>
</li>
</ul>
<div class="section-3-text">
Grin is launched fairly — free of ICO,
pre-mine or founder’s reward. We rely on donations to keep working on
the project. Support the movement by making a
<a href="fund">donation</a>.</div>
</div>
</div>
</section>
</main>