-
Notifications
You must be signed in to change notification settings - Fork 43
/
metamask.html
59 lines (52 loc) · 2.82 KB
/
metamask.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
<link rel="icon" type="image/ico" href="images/favicon.ico" />
<!-- Site Behavior tags -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Basic site info-->
<meta name="title" data-hid="title" content="cheapETH | Setup">
<meta name="description" data-hid="description" content="You like ethereum? You wish you could use it, BUT TRANSACTIONS ARE 100 FUCKING DOLLARS?!? You need cheapETH. It's 100% compatible with eth, except 1000x cheaper!!*" />
<!-- Open Graph (Facebook/Linkedin) tags -->
<!-- Testing tool: https://developers.facebook.com/tools/debug/ -->
<meta property="og:site_name" content="cheapETH">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://cheapeth.org">
<meta property="og:type" content="website">
<meta property="og:title" content="cheapETH | Metamask">
<meta property="og:description" content="You like ethereum? You wish you could use it, BUT TRANSACTIONS ARE 100 FUCKING DOLLARS?!? You need cheapETH. It's 100% compatible with eth, except 1000x cheaper!!*">
<meta property="og:image" content="https://cheapeth.org/images/logo.png">
<!-- Twitter tags -->
<!-- Testing tool: https://cards-dev.twitter.com/validator -->
<meta name="twitter:site" content="https://cheapeth.org">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="cheapETH | Metamask">
<meta name="twitter:description" content="You like ethereum? You wish you could use it, BUT TRANSACTIONS ARE 100 FUCKING DOLLARS?!? You need cheapETH. It's 100% compatible with eth, except 1000x cheaper!!*">
<meta name="twitter:image" content="https://cheapeth.org/images/logo.png">
<meta name="twitter:image:alt" content="cheapETH logo">
<meta name="description" content="You like ethereum? You wish you could use it, BUT TRANSACTIONS ARE 100 FUCKING DOLLARS?!? You need cheapETH. It's 100% compatible with eth, except 1000x cheaper!!*" />
<title>cheapETH | Metamask</title>
</head>
<body>
<div class="tutorial">
<i>Step 1.) Download and Install MetaMask </i><br>
<a href="https://metamask.io/download.html">MetaMask Download</a><br>
<i>Step 2.) Open Network Settings</i> <br>
<i>Step 3.) Click on 'Custom RPC'</i> <br>
<i>Step 4.) Fill out Form:</i> <br>
<i>
<br>
Network Name: cheapETH<br />
New RPC URL: https://node.cheapeth.org/rpc<br />
Chain ID: 777<br />
Currency Symbol: cTH<br /></i>
<img class="sm" src="images/step1.png" alt="open network settings"/>
<img class="sm"src="images/step2.png" alt="click 'Custom RPC'"/>
<img class="sm" src="images/step3.png" alt="fill out form with following info and save"/>
</div>
</pre>
</body>
</html>