-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathecosystem.html
More file actions
395 lines (388 loc) · 17.5 KB
/
ecosystem.html
File metadata and controls
395 lines (388 loc) · 17.5 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
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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
<!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" />
<link rel="stylesheet" href="./css/bootstrap.min.css" />
<link rel="stylesheet" href="./css/owl.carousel.min.css" />
<link rel="stylesheet" href="./css/all.min.css" />
<link rel="stylesheet" href="./css/main.css" />
<title>StorX Network</title>
</head>
<body>
<header>
<div class="top-header">
<div class="container">
<div class="row align-items-center">
<div class="col-5">
<ul class="social-media-wrapper">
<li>
<a href="https://www.facebook.com/StorXNetwork" target="_blank">
<img
src="./images/icons/facebook-icon.svg"
alt="facebook"
/>
</a>
</li>
<li>
<a href="https://twitter.com/StorXNetwork" target="_blank">
<img src="./images/icons/twitter-icon.svg" alt="twitter" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/storxnetwork/" target="_blank">
<img src="./images/icons/linkdin.svg" alt="linkdin" />
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UC5vUiX1eINl0gs6T3mS1CxA" target="_blank">
<img src="./images/icons/youtube-icon.svg" alt="youtube" />
</a>
</li>
</ul>
</div>
<div class="col-7 text-end">
<ul class="user-sign-in-wrapper">
<li>
<a href="https://storx.io/new"
><img src="./images/icons/sign-up-icon.svg" alt="signup" />
<span>Sign Up</span></a
>
</li>
<li>
<a href="https://storx.io/login"
><img src="./images/icons/login-icon.svg" alt="login" />
<span>Login</span></a
>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="bottom-header">
<div class="container">
<div class="row align-items-center g-0">
<div class="col-md-4 col-9">
<a href="index.html" class="logo">
<img src="./images/start-logo.svg" alt="logo" />
</a>
</div>
<div class="col-md-8 col-3 text-end pe-md-3">
<nav>
<ul class="main-menu">
<li class="manu-link">
<a href="javascript:void(0)">SOLUTION</a>
<ul>
<li><a href="storx-secured-storage.html">StorX Secured Storage</a></li>
<li><a href="storx-for-saas-backup.html">StorX For SaaS BackUp</a></li>
<li><a href="storx-onprem.html">Self-Hosted Cloud</a></li>
</ul>
</li>
<li class="manu-link">
<a href="javascript:void(0)">TECHNOLOGY</a>
<ul>
<li><a href="blockchain.html">Blockchain Technology</a></li>
<li><a href="ecosystem.html">XDC Ecosystem</a></li>
</ul>
</li>
<li class="manu-link">
<a href="use-cases.html">USE CASES</a>
</li>
<li class="manu-link"><a href="javascript:void(0)">RESOURCES</a>
<ul>
<li><a href="https://storx.tech/storx_whitepaper_v1.pdf" target="_blank">Whitepaper</a></li>
<li><a href="roadmap.html">Roadmap</a></li>
<li><a href="https://medium.com/storx-network" target="_blank">Blog</a></li>
<li><a href="faqs.html">FAQ</a></li>
<li><a href="community-bounty.html">Community Bounty</a></li>
<li><a href="exchange-listing-resource.html">Exchange Listing Resource</a></li>
<!-- <li><a href="#">Brand Assets</a></li>-->
</ul>
</li>
<li class="manu-link">
<a href="javascript:void(0)">About</a>
<ul>
<li><a href="about-team.html">About Us</a></li>
<!-- <li><a href="#">StorX Token</a></li>-->
<li><a href="wallets-&-exchanges.html">Wallets & Exchanges</a></li>
</ul>
</li>
</ul>
<span class="toogle-btn" role="button">
<i class="fa-solid fa-bars"></i>
<i class="fa-solid fa-xmark"></i>
</span>
</nav>
</div>
</div>
</div>
</div>
</header>
<section class="banner ecosystem-banner inner-banner">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="content-wrapper">
<h1>XDC Ecosystem</h1>
<p class="white">XDC Network is a hybrid (public / private)
blockchain platform that combines the transparency of public
blockchains with the speed and security of private networks.
With the help of blockchain technology and state-of-the-art
infrastructure, the project intends to provide streamlined financial
services to its users.</p>
</div>
</div>
<div class="col-md-6"></div>
</div>
</div>
</section>
<section class="why blockchain-why ecosystem-why">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-12 align-self-center">
<div class="content-wrapper">
<p class="lite-black">
The protocol’s open-source software uses a
delegated-Proof-of-Stake (XDPoS) consensus
mechanism, which facilitates fast transactions,
interoperability, and cybersecurity. The network
can process 2000 transactions per second (TPS), and
thanks to interoperable smart contracts and Ethereum
Virtual Machine (EVM) compatibility, users can more easily
scale their projects.</p>
</div>
</div>
<div class="col-lg-7 col-md-12 align-self-center">
<div class="image-wrapper">
<div class="inner-wrapper">
<img src="./images/ecosystem-why-img.png" alt="why-image" />
</div>
</div>
</div>
</div>
<div class="why-need-card-wrapper">
<div class="row gy-3 g-3 row-eq-height">
<div class="col-lg col-md col-lg col-sm-6">
<a href="#" class="why-card">
<p class="medium-p">Understanding the XDC Ecosystem:</p>
<p>The XDC ecosystem is built around the XDC Network, a blockchain that p
rioritizes scalability, security, and interoperability. With its efficient
consensus mechanism and smart contract capabilities, the XDC Network provides
a solid foundation for a wide range of decentralized applications. Whether it's
facilitating cross-border transactions, enabling transparent supply chain tracking,
or ensuring data privacy in sensitive industries, the XDC Network addresses the challenges
of the modern digital world.</p>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="blockchain-applications">
<div class="container">
<h2>Benefits of StorX Integration with XDC Network</h2>
<div class="row">
<div class="col-xl-4 col-lg-6 col-md-12 align-self-center">
<div class="blockchain-card">
<div class="img-wrapper">
<img src="./images/icons/ecosystem-icon-1.svg" alt="icon">
</div>
<div class="content-wrapper">
<p class="small"><span class="bold">Enhanced Security:</span>
By integrating with the XDC Network, StorX harnesses the
blockchain's inherent security features. Data stored within
the StorX network benefits from the tamper-proof nature of
blockchain, reducing the risk of unauthorized access or data
manipulation.</p>
</div>
</div>
<div class="blockchain-card blue-2">
<div class="img-wrapper">
<img src="./images/icons/ecosystem-icon-2.svg" alt="icon">
</div>
<div class="content-wrapper">
<p class="small"><span class="bold">Scalability:</span>
The XDC Network's robust scalability ensures that StorX
can handle growing demand without compromising on performance.
As more users and storage providers join the ecosystem, StorX
can effortlessly scale to meet their needs.</p>
</div>
</div>
<div class="blockchain-card blue-3">
<div class="img-wrapper">
<img src="./images/icons/ecosystem-icon-3.svg" alt="icon">
</div>
<div class="content-wrapper">
<p class="small"><span class="bold">Interoperability:</span>
The XDC ecosystem promotes interoperability, allowing StorX
to collaborate seamlessly with other decentralized applications
and services within the network. This synergy enables cross-functional
solutions and opens up new possibilities for innovation.</p>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-6 d-md-block d-lg-none d-xl-block col-md-12 align-self-center">
<div class="thumb-img">
<img src="./images/ecosystem-application-img.svg" alt="img">
</div>
</div>
<div class="col-xl-4 col-lg-6 col-md-12 align-self-center">
<div class="blockchain-card">
<div class="img-wrapper">
<img src="./images/icons/ecosystem-icon-4.svg" alt="icon">
</div>
<div class="content-wrapper">
<p class="small"><span class="bold">Reduced Costs:</span>
Traditional cloud storage solutions often come with
significant costs, both financial and environmental.
StorX, integrated with the XDC Network, offers a more
cost-effective alternative by utilizing unused storage
resources while maintaining data redundancy and availability.</p>
</div>
</div>
<div class="blockchain-card blue-2">
<div class="img-wrapper">
<img src="./images/icons/ecosystem-icon-5.svg" alt="icon">
</div>
<div class="content-wrapper">
<p class="small"><span class="bold">Incentive Mechanisms:</span>
StorX employs native tokens to incentivize storage
providers and users. By leveraging the XDC Network's
efficient transaction capabilities, StorX ensures that
incentives are delivered swiftly and with minimal fees.</p>
</div>
</div>
<div class="blockchain-card blue-3">
<div class="img-wrapper">
<img src="./images/icons/ecosystem-icon-6.svg" alt="icon">
</div>
<div class="content-wrapper">
<p class="small"><span class="bold">Global Accessibility:</span>
The XDC ecosystem is designed to be accessible worldwide.
StorX benefits from this global reach, enabling users and
providers from various geographical locations to participate
and contribute to the network.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="blockchain-future ecosystem-future">
<div class="container">
<div class="row">
<div class="col-md-6 align-self-center">
<div class="inner-wrapper">
<div class="image-wrapper">
<img src="./images/ecosystem-future-img.png" alt="image" />
</div>
</div>
</div>
<div class="col-md-6 align-self-center">
<div class="content-wrapper">
<p> The XDC ecosystem, driven by the power of the
XDC Network and enriched by the integration
of StorX, represents a significant step forward
in the evolution of decentralized technology. As
the digital landscape continues to transform, the
collaboration between XDC and StorX sets the stage
for a more secure, scalable, and sustainable approach
to data storage and management. By being an integral
part of the XDC Network, StorX not only redefines cloud
storage but also contributes to the realization of a more
decentralized and interconnected world. For more info visit <a href="https://xinfin.org" target="_blank">https://xinfin.org</a>. </p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row g-0">
<div class="col-xl-3 col-lg-5 col-md-3">
<a href="./index.html" class="footer-logo">
<img src="./images/footer-logo.svg" alt="footer-logo" />
</a>
<div class="text-wrapper">
<p>
Build on XinFin (XDC)<br />
Blockchain Network as an <br />
open source initiative.
</p>
</div>
</div>
<div class="col-xl-9 col-lg-7 col-md-9 my-4 my-md-0">
<div class="links-wrapper">
<div class="links-item">
<h4>StorX</h4>
<ul>
<li><a href="https://storx.io/" target="_blank">Store Data</a></li>
<li><a href="https://farmer.storx.io/" target="_blank">Host A Storage Node</a></li>
<li><a href="wallets-&-exchanges.html">Wallets & Exchanges</a></li>
<li><a href="community-bounty.html">Community Bounty</a></li>
</ul>
</div>
<div class="links-item">
<h4>Solutions</h4>
<ul>
<li><a href="storx-secured-storage.html">StorX Secured Storage</a></li>
<li><a href="storx-for-saas-backup.html">StorX For SaaS Backup</a></li>
<li><a href="storx-onprem.html">StorX Self Hosted Cloud</a></li>
</ul>
</div>
<div class="links-item">
<h4>Resource</h4>
<ul>
<li><a href="faqs.html">FAQ</a></li>
<li><a href="javascript:void(0)">Documentation</a></li>
<li><a href="https://medium.com/storx-network" target="_blank">Blog</a></li>
<li><a href="./pdf/brand-assets.pdf" download target="_blank">Brand Assets</a></li>
</ul>
</div>
<div class="links-item">
<h4>Get Started</h4>
<ul>
<li><a href="become-partner.html">Become Partner</a></li>
<li><a href="contact-us.html">Contact Sales</a></li>
<li><a href="terms-condition.html">Disclaimer</a></li>
</ul>
<a href="https://storx.io/new" target="_blank" class="btn-style red cornered-btn text-white"
>Start StorX For Free</a
>
</div>
</div>
</div>
</div>
<div class="row">
<p class="footer-bottom-text text-center">
Copyright StorX Foundation 2023 -24, All Rights Reserved
</p>
</div>
</div>
</footer>
<script src="./js/jquery-3.7.0.min.js"></script>
<script src="./js/bootstrap.bundle.min.js"></script>
<script src="./js/popper.min.js"></script>
<script src="./js/owl.carousel.min.js"></script>
<script src="./js/main.js"></script>
<script type="text/javascript">
_linkedin_partner_id = "8055732";
window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
window._linkedin_data_partner_ids.push(_linkedin_partner_id);
</script><script type="text/javascript">
(function(l) {
if (!l){window.lintrk = function(a,b){window.lintrk.q.push([a,b])};
window.lintrk.q=[]}
var s = document.getElementsByTagName("script")[0];
var b = document.createElement("script");
b.type = "text/javascript";b.async = true;
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js";
s.parentNode.insertBefore(b, s);})(window.lintrk);
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt="" src="https://px.ads.linkedin.com/collect/?pid=8055732&fmt=gif" />
</noscript>
</body>
</html>