-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (23 loc) · 1.27 KB
/
Copy pathindex.html
File metadata and controls
27 lines (23 loc) · 1.27 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>ERC-6492 Signature Debugger</title>
<meta name="title" content="ERC-6492 Signature Debugger" />
<meta name="description" content="Debug, decode and verify ERC-6492 signatures for smart contract wallets. Supports EIP-712 and counterfactual contract deployment verification." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="ERC-6492 Signature Debugger" />
<meta property="og:description" content="Debug, decode and verify ERC-6492 signatures for smart contract wallets. Supports EIP-712 and counterfactual contract deployment verification." />
<!-- Twitter -->
<meta property="twitter:card" content="summary" />
<meta property="twitter:title" content="ERC-6492 Signature Debugger" />
<meta property="twitter:description" content="Debug, decode and verify ERC-6492 signatures for smart contract wallets. Supports EIP-712 and counterfactual contract deployment verification." />
<script type="module" src="/src/main.tsx"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>