forked from blockparty-sh/slp-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (128 loc) · 7.86 KB
/
index.html
File metadata and controls
137 lines (128 loc) · 7.86 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" href="css/explorer.css" rel="stylesheet">
<title>SLP Explorer</title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="60x60" 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="#2b5797">
<meta name="theme-color" content="#ffffff">
<!-- Social Cards -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@fountainheadcash" />
<meta name="twitter:title" content="SLP Explorer" />
<meta name="twitter:description" content="Browse and explore tokens built on top of Bitcoin Cash" />
<meta name="twitter:image" content="https://simpleledger.info/img/social.png" />
<meta name="twitter:image:alt" content="SLP Explorer" />
<meta property="og:url" content="https://simpleledger.info" />
<meta property="og:type" content="website" />
<meta property="og:title" content="SLP Explorer" />
<meta property="og:description" content="Browse and explore tokens built on top of Bitcoin Cash" />
<meta property="og:image" content="https://simpleledger.info/img/social.png" />
</head>
<body>
<div class="maintenance">
simpleledger.info currently undergoing maintenance, expect degraded performance.
</div>
<header class="loading">
<div class="maintenance">
simpleledger.info currently undergoing maintenance, expect degraded performance.
</div>
<ul id="top-menu">
<li><a class="show-mobile" id="header-logo" href="#">SLP</a></li>
<li><a class="hide-mobile" href="#alltokens">All Tokens</a></li>
<li><a class="hide-mobile" href="#">Explorer</a></li>
<li class="search">
<form>
<input type="text" placeholder="Search by txid, address or token name..." autocapitalize="off" spellcheck="off" id="header-search">
</form>
</li>
</ul>
</header>
<div class="row super-wrapper">
<main role="main" class="container-fluid">
</main>
</div>
<div class="loading-modal">
<div class="loading_dank_memes">
<img height="135px" src="/img/loading_green.svg">
<h3>Loading view...</h3>
</div>
</div>
<footer class="display-none">
<div class="row">
<div class="col">
<h4>Source Code</h4>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="http://github.com/blockparty-sh/slp-explorer">SLP Explorer</a></li>
<li><a class="text-muted" href="https://github.com/simpleledger/SLPDB">SLPDB</a></li>
<li><a class="text-muted" href="https://github.com/fountainhead-cash/slpserve">slpserve</a></li>
<li><a class="text-muted" href="https://github.com/fountainhead-cash/slpsockserve">slpsockserve</a></li>
<li><a class="text-muted" href="https://github.com/fountainhead-cash/slpqueryd">slpqueryd</a></li>
<li><a class="text-muted" href="https://github.com/simpleledger/slpjs">slpjs</a></li>
</ul>
</div>
<div class="col">
<h4>Resources</h4>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="https://simpleledger.cash">simpleledger.cash</a></li>
<li><a class="text-muted" href="https://github.com/simpleledger/slp-specifications">specification</a></li>
<li><a class="text-muted" href="https://developer.bitcoin.com/slp/">slp-sdk</a></li>
</ul>
</div>
<div class="col">
<h4>Connect</h4>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="https://web.telegram.org/#/im?p=@simpleledger">SimpleLedger Chat</a></li>
<li><a class="text-muted" href="https://www.youtube.com/channel/UC_WJO3lyHAhdU6oEk0lhMLw">SimpleLedger Youtube</a></li>
<li><a class="text-muted" href="https://twitter.com/SimpleLedger">SimpleLedger Twitter</a></li>
<li><a class="text-muted" href="http://t.me/fountainheadcash">Fountainhead Chat</a></li>
</ul>
</div>
</div>
</footer>
<div id="error-modal" class="display-none">
<h1>Oops... an error occured!</h1>
<pre id="error-modal-text"></pre>
<p>
Sorry for the inconvenience, we will look into this as soon as possible. If you'd like, you can report this error <a href="https://github.com/blockparty-sh/slp-explorer">here</a>.<br>Reloading the page might help.
</p>
<a onclick="reload_page()">
<button type="button" class="button button_green">Reload Page</button>
</a>
<br><br>
<a href="/">
<button type="button" class="button button_green">Go Home</button>
</a>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://browser.sentry-cdn.com/5.5.0/bundle.min.js" crossorigin="anonymous"></script>
<script>
Sentry.init({ dsn: 'https://0b52acb4def742ae86450916b6b4e073@sentry.io/1506464' });
</script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://unpkg.com/tippy.js@4.3.0/umd/index.all.min.js" integrity="sha384-ud9bVpnf/gv7+4DROgCvJbLyCjTT53DjfBAwCv049WGD8gd6Ms7AaBg5cp0Yrwqb" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/ejs@2.6.1/ejs.min.js" integrity="sha384-z3/zFy+c0Ezm1HTD9hDDxLXmILFgOKgb5hXyOwcLkBDvRBuZdgneoKLSichkgQQj" crossorigin="anonymous"></script>
<script src="https://unpkg.com/slpjs@0.15.13/dist/slpjs.min.js" integrity="sha384-oEi1taPhWTJlwlDV+dqD25z9vh4PrHv3o/fDAvOeg/U7CEXoH5J8rSo38eHHlfb6" crossorigin="anonymous"></script>
<script src="https://cdn.plot.ly/plotly-1.2.0.min.js" integrity="sha384-LRcQ1rF33N7nWgsOpcH+PeQkyDX3RBvyUJTYNXs6OMMYh/aFwhq7Ly8BQ99U0oaC" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.devbridge-autocomplete/1.4.9/jquery.autocomplete.min.js" integrity="sha384-285uP7mm8xcYPjy6JVd3e9tjaRKdhgY7eZ7G90wIyUvoXEw1lT081a1n43GEjVqJ" crossorigin="anonymous"></script>
<script src="https://unpkg.com/cytoscape@3.5.0/dist/cytoscape.min.js" integrity="sha384-xgcxUU2DHAnv2v2BXPezIxVyyDu2X5lQ2c3W2RrdDPdaEONQqn0JJPZRitd6XmXu" crossorigin="anonymous"></script>
<script src="https://unpkg.com/klayjs@0.4.1/klay.js" integrity="sha384-GQW6kISetAn3YwGwDs56aaBYfPg7xP6Uz2qPaWteSZWMZYdtf+bvrgq2aKvdyqrg" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/jdenticon@2.1.1" integrity="sha384-1hFL4XNXNhX3irguj7eTZRM5DEC17skR8uakQQUynE/nTiFrtNzBXEvwVJW+V6uJ" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bignumber.js/9.0.0/bignumber.min.js" integrity="sha384-W92bSiy/NxoN+p5YNhm8ybWnIFnqtH0/Bxc4l9jojSsPK2KQdOvQonrRBon0O/om" crossorigin="anonymous"></script>
<script src="js/buffer.min.js"></script>
<script src="js/cytoscape-klay.js"></script>
<script src="js/app.js"></script>
</body>
</html>