-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
522 lines (458 loc) · 41.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
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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0,shrink-to-fit=no">
<meta name="description" content="A decentralized cloud infrastructure for IoT and Edge computing applications.">
<meta property="og:title" content="Nion Network - Decentralized cloud infrastructure" />
<meta property="og:site_name" content="Nion Network" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nion.network" />
<meta property="og:image" content="https://nion.network/img/og_image.png" />
<meta property="og:description" content="A decentralized cloud infrastructure for IoT and Edge computing applications." />
<link rel="apple-touch-icon" href="/favicons/ati/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/ati/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/ati/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/ati/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/ati/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/ati/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/ati/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/ati/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/ati/apple-touch-icon-180x180.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#070b10">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>Nion network</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<script src="js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link href="css/styles.css" rel="stylesheet">
</head>
<body data-bs-spy="scroll" data-bs-target="#navbar">
<div id="app">
<div id="navbar">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="logo.svg" alt="" height="60" class="d-inline-block align-text-middle logo">
Nion network
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item mx-3">
<a class="nav-link active" aria-current="page" href="#about">About</a>
</li>
<li class="nav-item mx-3">
<a class="nav-link" href="#features">Features</a>
</li>
<li class="nav-item mx-3">
<a class="nav-link" href="#showcase">Showcase</a>
</li>
<li class="nav-item mx-3">
<a class="nav-link" href="#articles">Articles & News</a>
</li>
<li class="nav-item mx-3">
<a class="nav-link" href="#roadmap">Roadmap</a>
</li>
<li class="nav-item mx-3">
<a class="nav-link" href="#team">Team</a>
</li>
<li class="nav-item mx-3">
<a href="https://github.com/Nion-Network?tab=repositories" target="_blank"><img src="/img/bootstrapicons/github.svg" alt="Github repository" width="24" height="24" class="filter-white navbar-icon"></a>
</li>
<li class="nav-item mx-3">
<a href="https://t.me/NionNetwork" target="_blank"><img src="/img/bootstrapicons/telegram.svg" alt="Telegram" width="24" height="24" class="filter-white navbar-icon"></a>
</li>
<li class="nav-item mx-3">
<a href="https://twitter.com/NetworkNion" target="_blank"><img src="/img/bootstrapicons/twitter.svg" alt="Twitter" width="24" height="24" class="filter-white navbar-icon"></a>
</li>
<li class="nav-item mx-3">
<a href="https://medium.com/@nionnetwork" target="_blank"><img src="/img/bootstrapicons/medium.svg" alt="Medium" width="24" height="24" class="filter-white navbar-icon"></a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div id="main-container" class="container-fluid pt-5 px-0">
<div id="about" class="container-fluid pt-5">
<div class="container py-3">
<div class="px-4 pt-2 my-4 text-center">
<h2 class="display-5 fw-bold text-center">Decentralized Cloud Infrastructure</h2>
<div class="col-lg-10 mx-auto my-3">
<p class="lead mt-4">
Nion is a blockchain based cloud infrastructure for the future of Web3.<br/>
With a lightweight protocol it aims to build a decentralized and global network for IoT and Edge computing applications, optimising network's resource allocation in a transparent and verifiable way.<br/>
</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<small class="text-muted">Join our <a href="https://t.me/NionNetwork">telegram channel</a> and contribute to Nion.</small>
</div>
</div>
<div class="col my-5">
<a class="btn btn-outline-info" href="https://docsend.com/view/p4p7635rgu5tqi46" role="button" target="_blank">Nion Network Litepaper v1.0</a>
</div>
<div class="overflow-hidden">
<div class="container px-1 col-lg-8">
<img src="cloud.png" class=" mb-4 ci-infographic img-fluid" alt="Nion Network" loading="lazy">
</div>
</div>
</div>
</div>
</div>
<div id="features" class="container-fluid py-5">
<div class="container py-3">
<div class="sect-delimiter"></div>
<div class="px-4 pt-2 my-4 text-center">
<h2 class="display-5 fw-bold text-center">Features</h2>
<div class="container">
<div class="row">
<div class="col-lg-4 py-4">
<img src="img/icon_decentralized_cloud.svg" height="180" class="py-4" alt="decentralized, cloud, infrastructure, web3" title="Decentralized cloud"/>
<h4 class="text-center">Decentralized cloud</h4>
<p>Community driven decentralized, and opensource cloud computing architecture for the Web3.</p>
</div>
<div class="col-lg-4 py-4">
<img src="img/icon_developer.svg" height="180" class="py-4" alt="development, developer, docker, tech, environments, languages" title="Developer oriented"/>
<h4 class="text-center">Developer oriented</h4>
<p>Docker support enabling support for a variety of tech stacks, environments, and languages.</p>
</div>
<div class="col-lg-4 py-4">
<img src="img/icon_verifiable.svg" height="160" style="margin: 10px 0px 10px 0px" class="py-4</h4>" alt="transparent, verifiable, onchain, app, application, container, migration, image" title="Transparent and verifiable"/>
<h4 class="text-center">Transparent and verifiable</h4>
<p>Onchain transparency and verifiability of running applications, migrations, and resource allocations.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 py-4">
<img src="img/icon_stake.svg" height="180" class="py-4" alt="stake, earn, node, masternode, rewards" title="Stake and Earn"/>
<h4 class="text-center">Stake and Earn</h4>
<p>Stake to run a node, and contribute computational underutilized computational power, and bandwidth. Earn rewards!</p>
</div>
<div class="col-lg-4 py-4">
<img src="img/icon_docker.svg" height="180" class="py-4" alt="stateless, app, application, docker, image, network" title="Deploy and run applications"/>
<h4 class="text-center">Deploy and run applications</h4>
<p>Package your stateless applications in a docker image, and deploy instance on the network in a frictionless way.</p>
</div>
<div class="col-lg-4 py-4">
<img src="img/icon_orchestration.svg" height="180" class="py-4" alt="autonomous, orchestrator, life-cycle, app" title="Autonomous orchestration"/>
<h4 class="text-center">Autonomous orchestration</h4>
<p>Configure strategies for the decentralized orchestrator to take care of the life-cycle of your application.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="showcase" class="container-fluid pt-5">
<div class="container pt-3">
<div class="sect-delimiter"></div>
<div class="px-4 pt-2 mt-4 text-center">
<h2 class="display-5 fw-bold text-center">Showcase</h2>
<div class="container">
<div class="row">
<div class="col-lg-6 py-4">
<h4 class="text-center pt-3">Testnet is up and running!</h4>
<p>Dev-net deployments are monitored with the usage of a Grafana dashboard. Custom plugins were built to visualize the consensus, and networking layer.<br/><br/>
The protocol is still under heavy development and dev-net deployments are expected to go offline and be redeployed on a regular basis.<br/><br/>
A public view is available at:<br/><br/>
<a href="https://dashboard.nion.network" target="_blank" class="btn btn-outline-info btn-lg px-4 me-sm-3 fw-bold">Testnet dashboard</a></p>
</div>
<div class="col-lg-6 py-4">
<div id="blocks_wrapper">
<img class="block" src="img/square.svg"></img>
<img class="block1" src="img/square.svg"></img>
<img class="block2" src="img/square.svg"></img>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="articles" class="container-fluid py-5">
<div class="container py-3">
<div class="sect-delimiter"></div>
<div class="px-4 pt-2 my-4 text-center">
<h2 class="display-5 fw-bold text-center">Articles & News</h2>
<p>Medium Articles highlighting the core technology behind Nion.</p>
<div class="container pt-5">
<h3>News and medium articles</h3>
<p class="subtitle">Stay Informed and Inspired: Explore the Latest News and Articles!</p>
<div class="row">
<div class="col-sm-6">
<div class="card my-3">
<div class="card-body">
<h5 class="card-title">P2P Networking in NION</h5>
<h6>by aleksandar | 30. Aug 2021 | blockchain, p2p</h6>
<p class="card-text text-start">Nion Network is introducing P2P networking capabilities to enhance its blockchain scalability. The traditional flood-based algorithm, though simple, can result in redundant network utilization and slow information dissemination. Nion Network is implementing a new algorithm that utilizes proof of stake and a binary tree structure for routing messages, resulting in faster and more secure transactions. This new feature also allows for increased privacy as nodes can transact directly without intermediaries. Join the Nion Network community to experience the future of decentralized finance with this innovative technology.</p>
<p class="card-text text-end"><a href="https://medium.com/@nionnetwork/p2p-networking-in-nion-abba34d8b5ec" target="_blank">Read more...</a></p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card my-3">
<div class="card-body">
<h5 class="card-title">Nion Network — The Genesis</h5>
<h6>by nion | 20. Jul 2021 | genesis, blockchain</h6>
<p class="card-text text-start">Nion Network is a revolutionary new blockchain platform that aims to address key issues in the decentralized space, including language heterogeneity, resource allocation, and verifiability. The platform utilizes a permissioned blockchain with a federated vote-based consensus mechanism, where nodes not only contribute to security and consensus but also share their resources by running containerized applications. The new version of Nion Network will be a permissionless network with Proof of Stake consensus mechanism, stateful container migration and fixed network parameters. Join the Nion Network community and be a part of a more efficient, decentralized world.</p>
<p class="card-text text-end"><a href="https://medium.com/@nionnetwork/nion-network-the-genesis-a17f1c26dc7" target="_blank">Read more...</a></p>
</div>
</div>
</div>
</div>
<h3 class="research_title">Research papers</h3>
<p class="subtitle">Dive into the World of Innovation: Explore our Research Papers on Nion Network's Revolutionary Technology and Protocol</p>
<div class="row">
<div class="col-sm-6">
<div class="card my-3 research_card">
<div class="card-body">
<h5 class="card-title research_card_title">A Blockchain Protocol for Real-Time Application Migration on the Edge</h5>
<h6 class="research_card_subtitle"><b>Publisher:</b> MDPI (May 2023)</h6>
<p class="card-text text-start research_card_authors"><b>Authors:</b> Aleksandar Tošić (InnoRenew CoE; FAMNIT UP), Jernej Vičič (InnoRenew CoE; FAMNIT UP), Michael Burnard (InnoRenew CoE; UP IAM), Michael Mrissa (InnoRenew CoE; UP IAM)</p>
<p class="card-text text-end"><a href="https://www.mdpi.com/1424-8220/23/9/4448" target="_blank" class="research_card_rm">Read more...</a></p>
</div>
</div>
</div><div class="col-sm-6">
<div class="card my-3 research_card">
<div class="card-body">
<h5 class="card-title research_card_title">Visualization of consensus mechanisms in PoS based blockchain protocols</h5>
<h6 class="research_card_subtitle"><b>Publisher:</b> Institute Jožef Štefan, University of Ljubljana (November 2022)</h6>
<p class="card-text text-start research_card_authors" style="font-size: 0.9em;"><b>Authors:</b> Aleksandar Tošić (UP FAMNIT; InnoRenew CoE), Daniil Baldouski (UP FAMNIT)
<br>
<br></p>
<p class="card-text text-end"><a href="https://ailab.ijs.si/dunja/SiKDD2022/Papers/SiKDD2022_paper_3754.pdf" target="_blank" class="research_card_rm">Read more...</a></p>
</div>
</div>
</div>
</div><div class="row">
<div class="col-sm-6">
<div class="card my-3 research_card">
<div class="card-body">
<h5 class="card-title research_card_title">A Decentralized Authoritative Multiplayer Architecture for Games on the Edge</h5>
<h6 class="research_card_subtitle"><b>Publisher:</b> Institute of Informatics, Slovak Academy of Science (November 2021)</h6>
<p class="card-text text-start research_card_authors" style="font-size: 0.9em;"><b>Authors:</b> Aleksandar Tošić (UP IAM; InnoRenew CoE), Jernej Vičič (UP IAM; ISJFR SAZU)</p>
<p class="card-text text-end"><a href="https://www.cai.sk/ojs/index.php/cai/article/view/2021_3_522" target="_blank" class="research_card_rm">Read more...</a></p>
</div>
</div>
</div><div class="col-sm-6">
<div class="card my-3 research_card">
<div class="card-body">
<h5 class="card-title research_card_title">A Blockchain-Based Decentralized Self-balancing Architecture for the Web of Things</h5>
<h6 class="research_card_subtitle"><b>Publisher:</b> Springer (September 2019)</h6>
<p class="card-text text-start research_card_authors"><b>Authors:</b> Aleksandar Tošić (InnoRenew CoE; FAMNIT UP), Jernej Vičič (FAMNIT UP) and Michael Mrissa (InnoRenew CoE; FAMNIT UP)</p>
<p class="card-text text-end"><a href="https://link.springer.com/chapter/10.1007/978-3-030-30278-8_34" target="_blank" class="research_card_rm">Read more...</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="roadmap" class="container-fluid py-5">
<div class="container py-3">
<div class="sect-delimiter"></div>
<div class="px-4 pt-2 my-4 text-center">
<h2 class="display-5 fw-bold text-center">Roadmap</h2>
<p>Nion is currently under heavy development. The current protocol implementation is tailored for a permissioned mode, and does not address byzantine behaviour. Protocol changes for a permissionless setting await a peer reviewed academic paper on the proposed changes.</p>
<div class="container pt-5">
<div class="row">
<div class="col-md-12">
<div class="main-timeline">
<div class="timeline">
<div class="timeline-content">
<div class="timeline-year">2017</div>
<h3 class="title text-center">Initial idea, research and prototyping</h3>
<p class="description">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> The idea of an autonomous and decentralized orchestration<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Verifiable delay function-based consensus roles
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-content">
<div class="timeline-year">2018</div>
<h3 class="title text-center">First implementation, feasibility study</h3>
<p class="description">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Java based implementation of the protocol<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Testing feasibility, speed and responsiveness of container migrations
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-content">
<div class="timeline-year">2019</div>
<h3 class="title text-center">Reimplementation aiming for production quality codebase</h3>
<p class="description">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Kotlin implementation, more stability and documentation<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Better message queue implementation, added UDP based messages and improved block propagation<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Skip block implementation to recover from faults
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-content">
<div class="timeline-year">2020</div>
<h3 class="title text-center">Permissioned version complete. Container migrations stable</h3>
<p class="description">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Preparing an article for peer reviewed journal to validate the theoretical foundations of the protocol<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Continuing research into CRIU for stateful container migrations<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Optimization of attestation propagation using clustering techniques
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-content">
</span>
<div class="timeline-year">2021</div>
<h3 class="title text-center">Move to a permissionless protocol</h3>
<p class="description">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Protocol reliability improvements for various hardware<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Optimised node software for hosts, low resource footprint<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Developed custom plugins for visualising network telemetry and debugging
</p>
</div>
</div>
<div class="timeline">
<div class="timeline-content">
<div class="timeline-year">2022</div>
<h3 class="title text-center">Mainnet preparations</h3>
<p class="description">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Published peer reviewed scientific paper of the main protocol<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Implemented new gossip protocol using r-narry trees (pending peer review)<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle checkIcon" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"></path></svg> Major improvements on block times due to efficient propagation
</p>
</div>
</div>
<div class="timeline timeline-gray">
<div class="timeline-content">
<span class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-success">Working on...<span class="visually-hidden">unread messages</span>
</span>
<div class="timeline-year">2023</div>
<h3 class="title text-center">Phase 1</h3>
<p class="description">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Public testnet<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Local database implementation for persistence<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Client application for submitting containers<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Node WebRTC needed for client application<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Legal
</p>
</div>
</div>
<div class="timeline timeline-gray">
<div class="timeline-content">
<div class="timeline-year">2024</div>
<h3 class="title text-center">Phase 1</h3>
<p class="description">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Quorum for trusted computation<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Parent image for user-defined containers<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> User guide to building images and deploying containers<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Add network state and other telemetry to client application<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Research on testnet performance
</p>
<br/>
<h3 class="title text-center">Phase 2</h3>
<p class="description">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Implement added reliability via redundancy by adding new consensus roles<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> User configurable fault tolerance (redundancy factor)<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Updates to client application to support redundancy<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Research on economic model
</p>
<br/>
<h3 class="title text-center">Phase 3</h3>
<p class="description">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> User configurable orchestration algorithm<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Client 2.0 with support of new features<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Test persistence of low level sockets on migrating applications (CRIU)<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Implementation of protocol level economics<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Research towards game theoretical trusted computation
</p>
<br/>
<h3 class="title text-center">Phase 4</h3>
<p class="description">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Begin work on DDNS implementation for better name resolution and routing<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Work on improved network proxying for migrating application<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Stability improvements<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Study viability of enterprise version<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Geo-sharding<br/>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash codeIcon" viewBox="0 0 16 16"><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/></svg> Geo-fencing
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="team" class="container-fluid py-5">
<div class="container py-3">
<div class="sect-delimiter"></div>
<div class="px-4 pt-2 my-4 text-center">
<h2 class="display-5 fw-bold text-center">Team</h2>
<div class="container">
<div class="row">
<div class="col-lg-4 py-4">
<img src="img/team/aleksandar-web.png" height="180" class="py-4 team-img"/>
<h4 class="text-center">ALEKSANDAR TOŠIĆ <a href="https://www.linkedin.com/in/aleksandar-tošić/" target="_blank"><img src="img/LinkedIn_logo_initials.png" class="linkedin-icon"/></a></h4>
<h5 class="text-center text-pink">CEO</h5>
<p>Assist. prof. at University of Primorska<br/>Entrepreneur, Researcher</p>
</div>
<div class="col-lg-4 py-4">
<img src="img/team/ales-web.png" height="180" class="py-4 team-img"/>
<h4 class="text-center">ALEŠ HORVAT <a href="https://www.linkedin.com/in/ales-horvat/" target="_blank"><img src="img/LinkedIn_logo_initials.png" class="linkedin-icon"/></a></h4>
<h5 class="text-center text-pink">CMO</h5>
<p>BSc in Computer Science, Software analyst, Expertise in Cybersecurity field</p>
</div>
<div class="col-lg-4 py-4">
<img src="img/team/mihael-web.png" height="180" class="py-4 team-img"/>
<h4 class="text-center">MIHAEL BERČIČ <a href="https://www.linkedin.com/in/mihael-bercic/" target="_blank"><img src="img/LinkedIn_logo_initials.png" class="linkedin-icon"/></a></h4>
<h5 class="text-center text-pink">CTO</h5>
<p>BSc in Computer Science<br/>Lead developer</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 py-4">
<img src="img/team/domen-web.png" height="180" class="py-4 team-img"/>
<h4 class="text-center">DOMEN VAKE <a href="https://www.linkedin.com/in/VakeDomen" target="_blank"><img src="img/LinkedIn_logo_initials.png" class="linkedin-icon"/></a></h4>
<h5 class="text-center text-pink">Backend developer, network engineer</h5>
<p>PhD candidate, Teaching assistant</p>
</div>
<div class="col-lg-4 py-4">
<img src="img/team/benjamin-web.png" height="180" class="py-4 team-img"/>
<h4 class="text-center">BENJAMIN BOŽIČ <a href="https://www.linkedin.com/in/benjamin-bozic/" target="_blank"><img src="img/LinkedIn_logo_initials.png" class="linkedin-icon"/></a></h4>
<h5 class="text-center text-pink">Front-end developer, mobile developer</h5>
<p>BSc in Bioinformatics</p>
</div>
<div class="col-lg-4 py-4">
<img src="img/team/jernej-web.png" height="180" class="py-4 team-img"/>
<h4 class="text-center">JERNEJ VIČIČ <a href="https://www.linkedin.com/in/jernejvicic/" target="_blank"><img src="img/LinkedIn_logo_initials.png" class="linkedin-icon"/></a></h4>
<h5 class="text-center text-pink">Advisor</h5>
<p>Asoc. prof. at University of Primorska<br/>Head of Blockchain and Language Technologies Lab</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer mt-auto py-3 bg-light">
<div class="container">
<span class="text-muted">© 2023 Nion technology</span>
</div>
</footer>
<script>
[...document.getElementsByClassName("nav-item")].forEach( element => {element.onclick = () => {document.getElementById("navbarSupportedContent").classList.remove("show")}} )
</script>
</body>
</html>