-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocumentation.html
More file actions
124 lines (101 loc) · 4.22 KB
/
documentation.html
File metadata and controls
124 lines (101 loc) · 4.22 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link href="favicon.ico" rel="icon" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://shadowproject.io/img/sdc-sharing_promo.png" />
<link rel="stylesheet" href="css/shadowproject.css">
<title>Documentation • Shadow Project</title>
<meta property="og:title" content="Documentation • Shadow Project" />
<meta property="og:description" content="The Shadow Project is an open source project aiming to be the core of privacy, where people will build decentralized applications" />
<meta property="og:url" content="http://shadowproject.io/documentation" />
</head>
<body>
<div id="header">
<div class="row">
<div class="column">
<div class="logo">
<h1 class="logotype"><a href="//shadowproject.io">
<i class="ico ico-shadow"></i>Shadow<span class="red">Project</span><span class="grey">.io</span>
</a></h1>
</div>
</div>
</div>
</div><!-- #header -->
<div class="row">
<div class="medium-4 large-3 columns">
<div id="sidebar">
<ul class="nav">
<li><a href="introduction">Introduction</a></li>
<li><a href="getting-started">Getting started</a></li>
<li><a href="features">Features</a></li>
<li><a class="active" href="documentation">Documentation</a></li>
<li><a href="development">Development</a></li>
<li><a href="roadmap">Roadmap</a></li>
<li><a href="bug-bounties">Bug Bounties</a></li>
<li><a href="community">Community</a></li>
<li><a href="faq">FAQ</a></li>
</ul>
<div class="part">
<div class="donate desc">Donate</div>
<a class="donate secondary button btc" title="Donate Bitcoin" href="bitcoin:1GiosBkSpN8RS9pm1kgZU8AZUBEnLKYFem&label=SDC%20Dev%20Fund">
<i class="ico ico-bitcoin"></i>
</a>
<a class="donate secondary button sdc" title="Donate ShadowCash" href="shadowcoin:SdcDevWEbq3CZgZc8UNbST1TaYLA5vLZTS&label=SDC%20Dev%20Fund">
<i class="ico ico-shadow"></i>
</a>
</div>
</div><!-- #sidebar -->
</div>
<div class="medium-8 large-9 columns">
<div id="content">
<h2>Documentation</h2>
<h3>Whitepapers</h3>
<ul>
<li>
<a href="whitepapers/shadowcash-anon.pdf" target="_blank"><strong>ShadowSend v2</strong></a> (PDF)<br>
<em>Shadow: Zero-knowledge Anonymous Distributed Electronic Cash via Traceable Ring Signatures</em>
</li>
<li>
<a href="whitepapers/shadowcash-p2p-messaging.pdf" target="_blank"><strong>ShadowChat</strong></a> (PDF)<br>
<em>ShadowChat Secure Messaging: A P2P Encrypted Instant Messaging System</em>
</li>
</ul>
<h3>Guides & Tutorials</h3>
<div class="message">
For guides and technical documentation please refer to <a href="http://doc.shadowproject.io/">doc.shadowproject.io</a>
</div>
<div class="edit-me">
<a href="https://github.com/shadowproject/shadowproject.github.io/edit/master/documentation.html" class="secondary button">Edit this page</a> Found a mistake or outdated information? Edit this page on GitHub!
</div>
</div><!-- #content -->
</div>
</div>
<div id="footer">
<div class="row">
<div class="medium-5 columns">
<div class="copyright">
<p>© 2015 <a href="http://shadowproject.io">shadowproject.io</a> • contact [at] shadowproject.io</a><p>
</div>
</div>
<div class="medium-7 columns">
<div class="links">
<p>
<a href="development">Contribute</a> • <a href="legal">Legal</a> • 
<a href="https://github.com/shadowproject"><i class="icon ico-github"></i></a>
<a href="https://www.facebook.com/shadowcrypto"><i class="icon ico-facebook"></i></a>
<a href="https://twitter.com/sdcoin"><i class="icon ico-twitter"></i></a>
<a href="https://google.com/+ShadowCash-SDC"><i class="icon ico-gplus"></i></a>
<a href="https://www.youtube.com/channel/UC-Nhf9JWCXvQi4pXxXNqy7Q"><i class="icon ico-youtube"></i></a>
</p>
</div>
</div>
</div>
</div><!-- #footer -->
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/shadowproject.js"></script>
</body>
</html>