-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (36 loc) · 1.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg">
<link rel="icon" type="image/png" href="/assets/images/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#000000" />
<title>Zellular</title>
<meta name="description" content="Zellular is revolutionizing dApp development by enabling high-throughput, sub-second finality applications on Web3, secured by EigenLayer. Develop in JS, GO, Python without a blockchain.">
<meta name="keywords" content="Zellular, Web3, decentralized, high-throughput, dApps, EigenLayer, blockchain, BFT, Byzantine Fault Tolerant, programming, JavaScript, Python, GO">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Zellular",
"applicationCategory": "WebApplication",
"operatingSystem": "All platforms",
"description": "Zellular is a decentralized sequencer for developing high-throughput dApps with 100,000+ TPS, available in high-level languages and secured by EigenLayer.",
"features": [
"High-Throughput dApps Development",
"Cross-Language Support",
"BFT Security",
"EigenLayer Integration"
],
"url": "http://www.zellular.com"
}
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="app"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>