forked from shadowproject/old-website
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgetting-started.html
More file actions
152 lines (129 loc) · 5.59 KB
/
getting-started.html
File metadata and controls
152 lines (129 loc) · 5.59 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!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>Getting Started • Shadow Project</title>
<meta property="og:title" content="Getting Started • 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/getting-started" />
</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 class="active" href="getting-started">Getting started</a></li>
<li><a href="features">Features</a></li>
<li><a 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>Download Wallet</h2>
<p>Latest version: <strong id="latest-version"></strong></p>
<ul class="block-grid-3">
<li>
<div class="box wallet">
<div class="os"><i class="icon ico-win"></i><!--img src="img/os-windows.svg" class="ico"-->Windows</div>
<a href="http://shadow.cash/downloads/latest/windows64" title="Download 64bit Win Wallet" class="split button">x64</a>
<a href="http://shadow.cash/downloads/latest/windows32" title="Download 32bit Win Wallet" class="split button">x32</a>
</div>
</li>
<li>
<div class="box wallet">
<div class="os"><i class="icon ico-linux"></i><!--img src="img/os-linux.svg" class="ico"-->Linux</div>
<a href="http://shadow.cash/downloads/latest/linux64" title="Download 64bit Linux Wallet" class="split button">x64</a>
<a href="http://shadow.cash/downloads/latest/linux32" title="Download 32bit Linux Wallet" class="split button">x32</a>
</div>
</li>
<li>
<div class="box wallet">
<div class="os"><i class="icon ico-mac"></i><!--img src="img/os-mac.svg" class="ico"-->MacOS X</div>
<a href="http://shadow.cash/downloads/latest/macosx" title="Download MacOS X Wallet" class="button">Download</a>
</div>
</li>
</ul>
<h2>Get ShadowCash</h2>
<h3>Exchanges</h3>
<p>
You can buy ShadowCash on following exchanges (<em>note</em> – SDC is also available on Cryptsy, but we advice against using it).
</p>
<ul>
<li><a href="https://bittrex.com/Market/Index?MarketName=BTC-SDC">Bittrex</a></li>
<li><a href="https://poloniex.com/exchange#btc_sdc">Poloniex</a></li>
</ul>
<p>
You can also pay with ShadowCash (SDC) anywhere Bitcoin (BTC) is accepted instantly with:
</p>
<ul>
<li><a href="https://shapeshift.io">ShapeShift</a></li>
<li><a href="https://coingateway.net">Coingateway</a></li>
</ul>
<h2>Guides & Documentation</h2>
<p>
For guides and technical documentation please refer to <a href="http://doc.shadowproject.io/">doc.shadowproject.io</a>
</p>
<div class="edit-me">
<a href="https://github.com/shadowproject/shadowproject.github.io/edit/master/getting-started.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>