forked from raicoincommunity/raicoincommunity.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
359 lines (337 loc) · 16.8 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
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<meta property="og:title" content="Raicoin (RAI)" />
<meta property="og:site_name" content="Raicoin official site"/>
<meta property="og:description" content="Raicoin is a novel block lattice coin designed for real life and daily use" />
<meta property="og:image" content="https://raicoin.org/assets/img/logo.png" />
<title>Raicoin - A novel DDPoS blockchain</title>
<!-- Favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">
<!-- Font Awesome icons (free version)-->
<script src="js/fontawesome/v5.13.0/all.js"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet"
type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Raicoin</a>
<button
class="navbar-toggler navbar-toggler-right text-uppercase font-weight-bold bg-primary text-white rounded"
type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="https://raiwallet.org/" target="_blank">Wallet</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#explorer">Explorer</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="https://pancakeswap.finance/info/token/0x64EF755D5A2627538CAA3Eb62ee07f96f9B608E4" target="_blank">Exchange</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#resource">Resource</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="#software">Software</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger"
href="./nodes.html">Nodes</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead bg-primary text-white text-center">
<div class="container d-flex align-items-center flex-column">
<!-- Masthead Avatar Image-->
<img class="masthead-avatar mb-5" src="assets/img/logo.svg" alt="" />
<!-- Masthead Heading-->
<h1 class="masthead-heading text-uppercase mb-0">RAICOIN</h1>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Masthead Subheading-->
<p class="masthead-subheading font-weight-light mb-0">
A Revolutionary Blockchain
</br>
Designed for Real Life & Daily Use
</br>
Instant, Rewardable, Scalable, Programmable
</br>
Well Decentralized, Full Mesh Network, Credit Secure System
</p>
</div>
</header>
<!-- Explorer Section-->
<section class="page-section portfolio" id="explorer">
<div class="container">
<!-- Explorer Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Explorer</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<div class="row">
<h4 class="col-sm-6" id="tps">CURRENT/PEAK TPS: loading...</h4>
<h4 class="col-sm-6" id="supply">CIRCULATING SUPPLY: loading...</h4>
<h4 class="col-sm-6" id="peers">ONLINE NODES: loading...</h4>
<h4 class="col-sm-6" id="blocks">BLOCKS: loading...</h4>
</div>
<form class="my-5" action="explorer.html" method="GET">
<div class="form-row">
<div class="col-md">
<input type="text" class="form-control form-control-lg" value="" id="search" placeholder="Enter account address or block hash" name="search">
</div>
<div class="col-auto mt-2 mt-md-0">
<button class="btn btn-primary btn-lg"><span>Search</span></button>
</div>
</div>
</form>
</div>
</section>
<!-- Resource Section-->
<section class="page-section bg-primary text-white mb-0" id="resource">
<div class="container" style="max-width: 800px;">
<!-- Resource Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-white">Resource</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Resource Grid Items-->
<div class="row">
<!-- Resource Item 1-->
<div class="col-sm-3 portfolio-item">
<a target="_blank" href="https://github.com/raicoincommunity" style="font-size: 30px; color:white;">Github</a>
</div>
<!-- Resource Item 2-->
<div class="col-sm-3 portfolio-item">
<a target="_blank" href="https://t.me/RaicoinOfficial" style="font-size: 30px; color:white;">Telegram</a>
</div>
<!-- Resource Item 3-->
<div class="col-sm-3 portfolio-item">
<a target="_blank" href="https://github.com/raicoincommunity/Raicoin/wiki" style="font-size: 30px; color:white;">Wiki</a>
</div>
<!-- Resource Item 4-->
<div class="col-sm-3 portfolio-item">
<a target="_blank" href="https://github.com/raicoincommunity/Raicoin/wiki/Whitepaper-V1.0" style="font-size: 30px; color:white;">Whitepaper</a>
</div>
<!-- Portfolio Item 5-->
<!-- Portfolio Item 6-->
</div>
</div>
</section>
<!-- Wallet Section-->
<section class="page-section" id="software">
<div class="container" style="max-width: 800px;">
<!-- Wallet Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-secondary mb-0">Wallet & Node Software</h2>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<div class="row">
<div class="col-sm-6 portfolio-item"
style="margin-top: 40px; padding-bottom: 24px; border-bottom: 4px solid #2C3E50;">
<p style="text-align: center; font-weight: bold; font-size: 30px;">Windows</p>
<p>
</p>
<p style="text-align: center; font-weight: bold; font-size: 20px; margin-top: 10px;">wallet</p>
<p style="text-align: center;">
<a href="https://github.com/raicoincommunity/Raicoin/releases/download/V1.7.0/rai_wallet-1.7.0-win64.exe" class="btn btn-lg btn-outline-dark">
<i class="fa fa-download"></i> 64bit
</a>
</p>
</div>
<div class="col-sm-6 portfolio-item"
style="margin-top: 40px; padding-bottom: 24px; border-bottom: 4px solid #2C3E50;">
<p style="text-align: center; font-weight: bold; font-size: 30px;">macOS</p>
<p>
</p>
<p style="text-align: center; font-weight: bold; font-size: 20px; margin-top: 10px;">wallet</p>
<p style="text-align: center;">
<a href="https://github.com/raicoincommunity/Raicoin/releases/download/V1.7.0/rai_wallet-1.7.0-Darwin.dmg" class="btn btn-lg btn-outline-dark">
<i class="fa fa-download"></i> 64bit
</a>
</p>
</div>
<div class="col-sm-6 portfolio-item"
style="margin-top: 40px; padding-bottom: 24px; border-bottom: 4px solid #2C3E50;">
<p style="text-align: center; font-weight: bold; font-size: 30px;">Paper</p>
<p></p>
<p style="text-align: center; font-weight: bold; font-size: 20px; margin-top: 10px;">wallet</p>
<p style="text-align: center;">
<a href="https://raiapps.link/paperwallet/" class="btn btn-lg btn-outline-dark">
<i class="fa fa-external-link-alt"></i> 64bit
</a>
</p>
</div>
<div class="col-sm-6 portfolio-item"
style="margin-top: 40px; padding-bottom: 24px; border-bottom: 4px solid #2C3E50;">
<p style="text-align: center; font-weight: bold; font-size: 30px;">Linux</p>
<p></p>
<p style="text-align: center; font-weight: bold; font-size: 20px; margin-top: 10px;">node</p>
<p style="text-align: center;">
<a href="https://github.com/raicoincommunity/Raicoin/releases/download/V1.7.0/rai_node" class="btn btn-lg btn-outline-dark">
<i class="fa fa-download"></i> 64bit
</a>
</p>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer text-center">
<div class="container">
<div class="row">
<!-- Footer Social Icons-->
<div class="col-lg-6 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Follow us</h4>
<a class="btn btn-outline-light btn-social mx-1" href="https://t.me/RaicoinOfficial"><i
class="fab fa-fw fa-telegram-plane"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://twitter.com/RaicoinC"><i
class="fab fa-fw fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://github.com/raicoincommunity"><i class="fab fa-fw fa-github"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://bitcointalk.org/index.php?topic=5188094.0"><i class="fab fa-fw fa-dribbble"></i></a>
</div>
<!-- Footer About Text-->
<div class="col-lg-6">
<h4 class="text-uppercase mb-4">About</h4>
<p class="lead mb-0">
Raicoin is a MIT licensed opensource project.
</p>
</div>
</div>
</div>
</footer>
<!-- Copyright Section-->
<div class="copyright py-4 text-center text-white">
<div class="container"><small>Copyright © Raicoin Community 2021</small></div>
</div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes)-->
<div class="scroll-to-top d-lg-none position-fixed">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top"><i
class="fa fa-chevron-up"></i></a>
</div>
<!-- Bootstrap core JS-->
<script src="js/jquery/3.5.1/jquery.min.js"></script>
<script src="js/bootstrap/4.5.0/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="js/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<script src="js/util.js"></script>
<script src="js/search.js"></script>
<script>
$(function(){
var api = "https://rpc.raicoin.org";
var parseTps = function(data){
var success = 'now' in data && 'max' in data;
if (!success)
{
return;
}
$('#tps').text('CURRENT/PEAK TPS: ' + data['now'] + '/' + data['max']);
};
var getTps = function(){
$.ajax({
type: "POST",
url: api,
data: JSON.stringify({ 'action': 'tps'}),
contentType: "application/json; charset=utf-8",
dataType: "json",
success: parseTps
});
};
var parseSupply = function(data){
if (!('amount_in_rai' in data))
{
return;
}
var supply = $.formatSupply(data['amount_in_rai'].split('.')[0]);
$('#supply').text('CIRCULATING SUPPLY: ' + supply + ' RAI');
};
var getSupply = function(){
$.ajax({
type: "POST",
url: api,
data: JSON.stringify({ 'action': 'supply'}),
contentType: "application/json; charset=utf-8",
dataType: "json",
success: parseSupply
});
};
var parsePeers = function(data){
var success = 'count' in data;
if (!success)
{
return;
}
$('#peers').text('ONLINE NODES: ' + $.formatInt(data['count']));
};
var getPeers = function(){
$.ajax({
type: "POST",
url: api,
data: JSON.stringify({ 'action': 'peer_count'}),
contentType: "application/json; charset=utf-8",
dataType: "json",
success: parsePeers
});
};
var parseBlocks = function(data){
var success = 'count' in data;
if (!success)
{
return;
}
$('#blocks').text('BLOCKS: ' + $.formatInt(data['count']));
};
var getBlocks = function(){
$.ajax({
type: "POST",
url: api,
data: JSON.stringify({ 'action': 'block_count'}),
contentType: "application/json; charset=utf-8",
dataType: "json",
success: parseBlocks
});
};
getTps();
getSupply();
getPeers();
getBlocks();
setInterval(getTps, 3000);
setInterval(getSupply, 5000);
setInterval(getPeers, 10000);
setInterval(getBlocks, 3000);
});
</script>
</body>
</html>