-
Notifications
You must be signed in to change notification settings - Fork 3
/
signer.php
263 lines (218 loc) · 8.17 KB
/
signer.php
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
<?php
?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>RecordsKeeper</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="theme-color" content="#212739">
<meta name="MobileOptimized" content="320">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width, initial-scale=1, target-densitydpi=device-dpi">
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css">
<meta name="author" content="http://psdhtml.me">
<link rel="stylesheet" media="screen" href="styles/screen.css">
<link rel="stylesheet" media="print" href="styles/print.css">
<link rel="icon" type="image/x-icon" href="images/fav.png">
<link rel="stylesheet" media="screen" href="styles/wallet.css">
<!-- link for table to css cdn here -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.13/css/tableexport.css">
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<meta property="og:title" content="">
<meta property="og:type" content="website">
<meta property="og:description" content=".">
<meta property="og:site_name" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<script type='application/ld+json'>
{
"@context": "http://schema.org/",
"@type": "Organization",
"url": "",
"name": "Vault0x",
"legalName": "Vault0x",
"description": "",
"logo": "",
"image": "",
"author": "psdHTML.me",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer service",
"telephone": ""
},
"address": {
"@type": "PostalAddress",
"streetAddress": "",
"addressLocality": "",
"addressRegion": "",
"postalCode": "",
"addressCountry": ""
}
}
</script>
<style type="text/css">
html {
height: 100%;
}
body {
min-height: 100% !important;
display: grid !important;
grid-template-rows: 1fr auto !important;
}
footer {
grid-row-start: 2 !important;
grid-row-end: 3 !important;
}
#signersend{
display: block !important ;
}
#content {
position: relative;
z-index: 2;
min-height: 68vh;
}
.txhexurlCont{
display: none;
}
</style>
</head>
<body>
<div class="se-pre-con"></div>
<div id="root">
<header id="top">
<p id="logo">
<a href="./">
<img src="images/logo.svg">
</a>
</p>
<nav id="skip">
<ul>
<li><a href="#nav" accesskey="n">Skip to Navigation (n)</a></li>
<li><a href="#content" accesskey="c">Skip to Content (c)</a></li>
<li><a href="#footer" accesskey="f">Skip to Footer (f)</a></li>
</ul>
</nav>
<nav id="nav">
<ul>
<!-- <li class="sub"><a accesskey="1" href="./">Tosh-2 <span>(Switch Device)</span></a> <em>(1)</em>
<ul>
<li><a href="./">Toshendra</a></li>
<li class="active"><a href="./">Tosh-2</a></li>
<li class="a"><a href="./">Add Device</a></li>
</ul>
<div id="togglecont">
<input class="tgl tgl-light" id="cb1" type="checkbox"/>
<label class="tgl-btn" for="cb1"></label>
</div>
<span >
<label id="togglecontlabel">Main Network</label>
</span>
</li> -->
</ul>
</nav>
</header>
<article id="content">
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-12">
<p class="text-right walletpngcont"></p>
<p class="text-right">
</p>
</div>
</div>
<div >
<div class="signerdiv">
<div class="heading">
Sign a MultiSig Transaction
</div>
<div class="introduction">
<ul class="ulfonts">
<li>This is a signing window for the MultiSig wallet transaction.
</li>
<li>
If you are one of the members of the MultiSig you will be able to sign the transaction & generate the link for next signer.
</li>
<li>
If you are the last needed signer then you will be able to generate the final transaction link which you can open it in RecordsKeeper Blockchain explorer.
</li>
<li>
If you are not the member of the MultiSig wallet then you will not be able to sign the transaction.
</li>
<li>
In case you get some internet error etc while signing the transaction then please use the signer link again to sign the transaction again.<span class="boldB"> Please do not sign your own signed transaction</span> .
</li>
</ul>
</div>
<div class="signlabel" id="signtxhex"> Transaction Hex : </div>
<label class="signlabel">
Private Key :
</label>
<div class="eyecontainer">
<input type="password" name="signerprivkey" id="signerprivkey" value="" placeholder="Enter your private key">
<i class="fas fa-eye toggle-password" ></i>
</div>
<button class="createwalletBtn margintop30" id="signersend">Sign Transaction</button>
<div class="signtransUrl signurlCont">
<a href="" class="asignhref">
<p class="signershareUrl">Click here and Share this url to other signers to complete the transaction
</p>
</a>
</div>
<div class="txhexurlCont">
<p class="txhexurl" id="txhexcodeUrl">
</p>
<input type="text" name="txhexcodeurlinput" class="hidden" id="txhexcodeurlinputsigner" value="">
<span class="copyfaiconspan" id="copyButton" onclick = "copyToClipboardsigner('#txhexcodeurlinputsigner')" data-toggle="Copied!" title="Hooray!">Copy
<i class="far fa-copy copyfaicon" id="copyHexiconsign" >
</i>
</span>
<div class="copied">
Copied
</span>
<!-- <button id="copyButton" onclick = "copyToClipboard('#txhexcodeurlinput')"></button> -->
</div>
</div>
</div>
</div>
</article>
<footer id="footer">
<ul>
<li>© RecordsKeeper @ 2016-2018. All rights reserved</li>
<li><a href="./" target="_blank">Terms</a></li>
<li><a href="./" target="_blank">Privacy Policy</a></li>
<li><a href="http://explorer.recordskeeper.co/" target="_blank">Mainnet Explorer</a></li>
<li><a href="http://test-explorer.recordskeeper.co/" target="_blank">Testnet Explorer</a></li>
<li><a href="http://faucet.recordskeeper.co/" target="_blank">Faucet</a></li>
<li><a href="http://stats.recordskeeper.co/" target="_blank">Blockchain Statistics</a></li>
<li><a href="http://miner.recordskeeper.co/" target="_blank">Miner Statistics</a></li>
<li><a href="http://airdrop.recordskeeper.co/" target="_blank">Airdrop</a></li>
<li><a href="http://demo.recordskeeper.co/" target="_blank">Demo</a></li>
<li><a href="https://docs.recordskeeper.co/" target="_blank">Docs</a></li>
</ul>
</footer>
</div>
<!-- all the script here to make the page load faster -->
<script src = "js/jquery.js"></script>
<script src="js/scripts.js"></script>
<script src="js/custom.js"></script>
<script src="js/mobile.js"></script>
<script src="js/table2CSV.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/bitcore-lib/bitcore-lib.min.js"></script>
<script src="js/bitcore-mnemonic/bitcore-mnemonic.min.js"></script>
<script src="js/bitcore-explorers/bitcore-explorers.min.js"></script>
<script src="js/app.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.qrcode/1.0/jquery.qrcode.min.js"></script>
<script src="js/wallet.js"></script>
<script src="js/signer.js"></script>
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.min.js"></script>
<script src="https://fastcdn.org/FileSaver.js/1.1.20151003/FileSaver.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.11.0/sweetalert2.all.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/TableExport/3.3.13/js/tableexport.js"></script>
</body>
</html>