forked from fexra/blockchain-explorer-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtools.html
240 lines (240 loc) · 12.1 KB
/
tools.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="apple-touch-icon" sizes="120x120" href="./ico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./ico/favicon-16x16.png">
<link rel="manifest" href="./ico/site.webmanifest">
<link rel="mask-icon" href="./ico/safari-pinned-tab.svg" color="#00853d">
<link rel="shortcut icon" href="./ico/favicon.ico">
<meta name="msapplication-TileColor" content="#00853d">
<meta name="msapplication-config" content="/ico/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="TurtleCoin Block Explorer">
<meta name="Description" content="Block Explorer for the TurtleCoin network that is a fun, fast, and easy way to send money to friends and businesses.">
<meta property="og:description" content="Block Explorer for the TurtleCoin network that is a fun, fast, and easy way to send money to friends and businesses.">
<meta property="og:image" content="https://turtlecoin.github.io/blockchain-explorer/img/turtlecoin_shield.png">
<meta name="Keywords" content="TurtleCoin,TurtlePay,blockchain,explorer,pools,hashrate,hash rate,mining,block explorer">
<title>[TRTL] TurtleCoin Block Explorer</title>
<link rel="stylesheet" href="./css/third-party.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="./css/app.css">
<script src="./js/third-party.js"></script>
<script src="./js/config.js"></script>
<script src="./js/common.js"></script>
<script src="./js/turtlecoinUtils.js"></script>
<script src="./js/tools.js"></script>
</head>
<body class="has-navbar-fixed-top">
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="https://turtlecoin.lol">
<img src="./img/turtlecoin_logo.png" height="100">
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="siteNavBar">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="siteNavBar" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="./"><i class="fas fa-dice-d6"></i> Block Explorer</a>
<a class="navbar-item" href="./pools.html"><i class="fas fa-users"></i> Pools</a>
<a class="navbar-item is-active" href="./tools.html"><i class="fas fa-toolbox"></i> Tools</a>
<a class="navbar-item" href="./mixable.html"><i class="fas fa-mortar-pestle"></i> Mixable Amounts</a>
<a class="navbar-item" href="./charts.html"><i class="fas fa-chart-bar"></i> Network Charts</a>
<a class="navbar-item" href="./supply.html"><i class="fas fa-money-bill-wave-alt"></i> Currency Supply</a>
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="field has-addons">
<div class="control has-icons-left">
<input id="searchValue" type="text" class="input" placeholder="Search by Block Height / Hash, Transaction Hash, or Payment Id" size="70" maxlength="64">
<span class="icon is-small is-left">
<i class="fas fa-search "></i>
</span>
</div>
<div class="control">
<a class="button is-info is-trtl-green" id="searchButton">
Search
</a>
</div>
</div>
</div>
</div>
</div>
</nav>
<main>
<section class="section">
<div class="container">
<div class="panel">
<p class="panel-heading is-trtl-green"><i class="fas fa-wallet"></i> Client Side Wallet Generator</p>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<span class="button is-trtl-black is-fixed-width-150">Random Entropy</span>
</div>
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Type Some Random Characters Here" id="entropy">
</div>
<div class="control">
<a class="button is-trtl-green is-fixed-width-150" id="generateWalletButton">Generate Wallet</a>
</div>
</div>
</div>
<div class="panel-block has-text-centered has-text-weight-bold">
Fields in red must be kept secret! Do not share with others!
</div>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<span class="button is-trtl-red is-fixed-width-150">Wallet Seed</span>
</div>
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Wallet Seed" id="seed">
</div>
<div class="control">
<a class="button is-trtl-green is-fixed-width-150" id="restoreFromSeedButton">Restore Wallet</a>
</div>
</div>
</div>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<span class="button is-trtl-red is-fixed-width-150">Mnemonic Words</span>
</div>
<div class="control is-really-fullwidth">
<textarea class="textarea is-fullwidth" rows="2" placeholder="Mnemonic Words" id="mnemonic"></textarea>
</div>
<div class="control">
<a class="button is-trtl-green is-fixed-width-150" id="restoreFromMnemonicButton">Restore Wallet</a>
</div>
</div>
</div>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<span class="button is-trtl-red is-fixed-width-150">Private Spend Key</span>
</div>
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Private Spend Key" id="newPrivateSpendKey" readonly>
</div>
</div>
</div>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<span class="button is-trtl-black is-fixed-width-150">Public Spend Key</span>
</div>
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Public Spend Key" id="newPublicSpendKey" readonly>
</div>
</div>
</div>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<span class="button is-trtl-red is-fixed-width-150">Private View Key</span>
</div>
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Private View Key" id="newPrivateViewKey" readonly>
</div>
</div>
</div>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<span class="button is-trtl-black is-fixed-width-150">Public View Key</span>
</div>
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Public View key" id="newPublicViewKey" readonly>
</div>
</div>
</div>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<a class="button is-trtl-secondary-green is-fixed-width-150">Wallet Address</a>
</div>
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Wallet Address" id="newWalletAddress" readonly>
</div>
</div>
</div>
</div>
<div class="panel">
<p class="panel-heading is-trtl-green"><i class="fas fa-user-secret"></i> Address Encoder / Decoder</p>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Wallet Address" id="walletAddress">
</div>
<div class="control">
<a class="button is-info is-trtl-green is-fixed-width-150" id="decodeButton">Decode Address</a>
</div>
</div>
</div>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<span class="button is-trtl-black is-fixed-width-150">Public Spend Key</span>
</div>
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Public Spend Key" id="publicSpendKey">
</div>
</div>
</div>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<span class="button is-trtl-black is-fixed-width-150">Public View Key</span>
</div>
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Public View Key" id="publicViewKey">
</div>
</div>
</div>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<span class="button is-trtl-black is-fixed-width-150">Payment ID</span>
</div>
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Payment ID" id="paymentId">
</div>
<div class="control">
<a class="button is-trtl-green is-fixed-width-150" id="generateRandomPaymentIDButton">Generate Random</a>
</div>
</div>
</div>
<div class="panel-block">
<div class="field has-addons is-really-fullwidth">
<div class="control">
<a class="button is-trtl-secondary-green is-fixed-width-150">Encoded Address</a>
</div>
<div class="control is-really-fullwidth">
<input class="input is-fullwidth" type="text" placeholder="Encoded Address" id="encodedAddress">
</div>
<div class="control">
<a class="button is-trtl-green is-fixed-width-150" id="encodeAddressButton">Encode Address</a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="content has-text-centered">
<p>
Copyright © 2018-2019 TurtlePay™ Development Team. The source code is licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0</a>.
</p>
<p>
<a href="https://turtlepay.io"><img src="https://badge.turtlepay.io/" alt="Powered by TurtlePay" /></a>
</p>
</div>
</footer>
</body>
</html>