forked from ptownsimon/spectrecoin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusage.html
More file actions
executable file
·119 lines (118 loc) · 7.92 KB
/
Copy pathusage.html
File metadata and controls
executable file
·119 lines (118 loc) · 7.92 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
<!doctype html>
<html>
<head>
<link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" href="font.css">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="css/usage.css">
<title>SpectreCoin</title>
</head>
<body>
<nav id="page-nav" class="navbar navbar-expand-sm fixed-top">
<img src="images/icons/spectrecoin_icon.png" class="navbar-toggler" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<div class="collapse navbar-collapse justify-content-center" id="navbarSupportedContent">
<ul class="nav">
<li class="nav-item wrap">
<a class="nav-link" href="index.html#">HOME</a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="index.html#about">ABOUT</a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="index.html#guides">GUIDES</a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="index.html#trade">TRADE</a>
</li>
<li class="nav-item wrap d-none d-md-block">
<a class="nav-link logo" href="/"><img src="images/icons/spectrecoin_icon.png" class="logo"></a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="index.html#donations">DONATIONS</a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="index.html#team">TEAM</a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="index.html#community">COMMUNITY</a>
</li>
</ul>
</div>
</nav>
<div id="page-wrap">
<div class="content-buffer"></div>
<div class="container" id="usage">
<div class="row title">
<div class="col-sm-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<h2>USING SPECTRECOIN</h2>
<p>Transacting with Spectrecoin can be made really easy. This page is designed to guide users throught that process</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2 cards">
<h5>1.LEARN</h5>
<p>Spectrecoin is a secure, private, and untraceable cryptocurrency. The developers and community are committed to protecting these values. Learn more by reading the <a href="index.html#about">About</a> information. The source code is also <a href="https://github.com/spectrecoin/spectre">available</a> for review and discussion.</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-5 offset-md-1 col-lg-4 offset-lg-2 cards">
<div>
<h5>2.REQUEST SUPPORT</h5>
<p>There is a large and supportive community that will assist if you experience any difficulty. See the <a href="index.html#community">Community</a> and <a href="faq.html">Support</a> page for more information.</p>
</div>
</div>
<div class="col-sm-12 col-md-5 col-lg-4 cards">
<div>
<h5>3.GENERATE A WALLET</h5>
<p>A Spectrecoin wallet is required to secure your own funds and receive additional coins as a reward for staking. See the <a href="download.html">Download Client</a> page for available versions.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2 cards">
<h5>4.ACQUIRE SPECTRECOINS</h5>
<p>Spectrecoin (ticker: XSPEC) may be purchased on an exchange with other cryptocurrencies.<br>See the list of exchanges on <a href="index.html#trade">Trade page</a>. An alternate way of acquiring Spectrecoins is via staking if you have already coins in your wallet.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-5 offset-md-1 col-lg-4 offset-lg-2 cards">
<div>
<h5>5.SEND AND RECEIVE SPECTRECOINS</h5>
<p>Learn how to send and receive Spectrecoins by viewing the <a href="index.html#guides">Guides</a> section.</p>
</div>
</div>
<div class="col-sm-12 col-md-5 col-lg-4 cards">
<div>
<h5>6.EXPLORE OTHER OPTIONS</h5>
<p>A Spectrecoin wallet is having additional functionalities and mechanisms. Explore them by viewing the <a href="index.html#guides">Guides</a> section.</p>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/content-scaling.js"></script>
</body>
</html>