-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (99 loc) · 5.12 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
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="none">
<title>Home | Valoper</title>
<meta name="Description" content="Valoper builds with you, with highest responsibility">
<meta property="og:type" content="blockchain">
<meta property="og:title" content="Home | Valoper">
<meta property="og:site_name" content="Valoper builds with you, with highest responsibility">
<meta property="og:description" content="Valoper builds with you, with highest responsibility">
<meta property="og:image" content="https://valoper.io/resources/images/logo.png">
<meta property="og:image:url" content="https://valoper.io/resources/images/logo.png">
<meta property="og:image:alt" content="Valoper.io">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Home | Valoper">
<meta property="twitter:description" content="Valoper builds with you, with highest responsibility">
<meta property="twitter:image" content="/resources/images/logo.png">
<link rel="shortcut icon" href="/resources/images/favicon.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="/resources/site.css" />
</head>
<body>
<div id="body-logo"></div>
<section class="sticky-content sticky-top bg-dark border-bottom p-4">
Valoper.io builds with you, with highest responsibility 🔥
</section>
<main class="main-content my-2">
<div>
<p>Since 2020, we have been building such tools that supporting devs and users</p>
<ul>
<li><a href="https://dym.fyi" target="_blank">Dymension Block Explorer</a></li>
<li><a href="https://dym.fyi/r" target="_blank">Dymension RollApps Block Explorer</a></li>
<li><a href="https://cvp.bcdev.tools" target="_blank">Livestreaming consensus pre-voting</a></li>
<li>Evmos Block Explorer</li>
<li>and much more tooling...</li>
</ul>
</div>
<div class="mt-4 p-4 border">
With years of knowledge on Cosmos-SDK, EVM as well as node operation,
<br/>
now we start Validation on promising chains.
<br />
Our mission is to build the most comfortable environment for users and developers in the blockchain
industry.
</div>
<div class="mt-4">
<p>Chains we're working on:</p>
<ul>
<li>
Dymension
<ul>
<li>
Mainnet
<ul>
<li><a href="https://www.mintscan.io/dymension/validators/dymvaloper1s3fpgacm368dfyn4rmg2qv3h07cmdhr63e59yk">Mainnet Validator</a></li>
<li><a href="https://dym.fyi">Block Explorer</a></li>
<li><a href="https://dym.fyi/r">RollApps Block Explorer</a></li>
</ul>
</li>
<li>
Testnet
<ul>
<li><a href="https://bb.dym.fyi">Blumbus Block Explorer</a></li>
<li><a href="https://bb.dym.fyi/r">RollApps Block Explorer</a></li>
</ul>
</li>
<li>
Devnet
<ul>
<li><a href="https://fl.dym.fyi">Froopyland Block Explorer</a></li>
</ul>
</li>
</ul>
</li>
<li>Evmos / Ethermint</li>
<li>
Airchains
<ul>
<li>
Testnet
<ul>
<li><a href="https://airchains.t.valoper.io">Testnet State-Sync, Snapshot, Addrbook, Live-peers provided by Valoper.io</a></li>
<li><a href="https://testnet.airchains.io/validator/airvaloper1uyp6j8e7k8h8pks0u6kjyalu49g8rl6lahp8fa">Testnet Validator</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</main>
<footer class="footer-content border-top bg-dark p-4 mt-4">
Built and operational by teams behind <a href="https://github.com/EscanBE" target="_blank">Escan Block
Explorer</a> and <a href="https://github.com/bcdevtools" target="_blank">bcdev.tools</a>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>