-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 2.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="src/favicon.svg" />
<meta name="google-site-verification" content="7-Z8ckIDNJ0fEhsa4d7xBL9A4xwwEokrQkhpxfMefDE" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Web3 utilities based on ethers.js,Ether unit converter, Check valid eth address ">
<meta name="description" content="Web3 utilities based on ethers.js library, eth unit converter to kether wei gether finney kwei , hashing algorithms, Address validator, Base58 and Base64 encoder/decoder">
<meta name="keywords" content="Web3,eth unit converter,valid address,typeddataencoder,namehash,computeHmac,ripemd160,getcontractaddress,computeAddress,RLPencode,RLPDecode,Base64decode,Base58encode,gether,kether,szabo,finney,kwei ,mwei">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%22256%22 height=%22256%22 viewBox=%220 0 100 100%22><rect width=%22100%22 height=%22100%22 rx=%2250%22 fill=%22%2329225f%22></rect><path fill=%22%23fff%22 d=%22M54.28 34.07L54.28 34.07Q51.22 34.07 48.61 35.11Q46.00 36.14 44.11 38.17Q42.22 40.19 41.14 43.21Q40.06 46.22 40.06 50.09L40.06 50.09Q40.06 57.83 43.93 61.93Q47.80 66.02 54.28 66.02L54.28 66.02Q58.06 66.02 60.58 64.99Q63.09 63.95 65.08 62.60L65.08 62.60Q66.06 63.14 66.70 63.95Q67.33 64.76 67.33 65.93L67.33 65.93Q67.33 67.19 66.34 68.27Q65.34 69.35 63.59 70.16Q61.84 70.97 59.45 71.47Q57.06 71.96 54.28 71.96L54.28 71.96Q49.59 71.96 45.64 70.61Q41.68 69.26 38.80 66.56Q35.92 63.86 34.30 59.77Q32.68 55.67 32.68 50.09L32.68 50.09Q32.68 44.60 34.39 40.51Q36.10 36.41 38.98 33.62Q41.86 30.83 45.77 29.44Q49.69 28.04 54.09 28.04L54.09 28.04Q56.89 28.04 59.27 28.54Q61.66 29.03 63.37 29.93Q65.08 30.83 66.02 31.96Q66.97 33.08 66.97 34.25L66.97 34.25Q66.97 35.33 66.34 36.14Q65.70 36.95 64.72 37.40L64.72 37.40Q62.73 36.05 60.39 35.06Q58.06 34.07 54.28 34.07Z%22></path></svg>" />
<title>Ethereum Unit Converter | Ether to Gwei, Wei, Finney, Szabo, Shannon etc.</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>