forked from ethjs/ethjs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
79 lines (45 loc) · 2.09 KB
/
index.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
<html>
<head>
<title>EthJS | Landing Page</title>
</head>
<body>
<style type="text/css">
html, body {
font-family: Arial;
height: 99%;
width: 99%;
}
main {
padding: 20%;
padding-top: 80px;
padding-bottom: 0px;
}
</style>
<main>
<h1>EthJS</h1>
<p>EthJS is a completely open source Ethereum JS project.</p>
<p>Please visit <a href="https://github.com/ethjs">github.com/ethjs</a> for more details.</p>
<br />
<hr />
<br />
<h2>Offline Signing Tool (EthOffline)</h2>
<p>Here is the link to our offline Ethereum transaction signing tool EthOffline.</p>
<a href="https://ethjs.github.io/offline" target="_blank">EthOffline</a> | <a href="https://github.com/ethjs/ethjs.github.io/releases" target="_blank">Release Info</a>
<br /><br />
<h2>Ethereum Transaction Scanner (EthScanner)</h2>
<p>Here is a link to our Ethereum transaction scanning tool EthScanner.</p>
<a href="https://ethjs.github.io/scanner" target="_blank">EthScanner</a> | <a href="https://github.com/ethjs/ethjs.github.io/releases" target="_blank">Release Info</a>
<br />
<br />
<br />
<hr />
<br />
<h2>License</h2>
<p>Please refer to the software license for more detail.</p>
<p>The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.</p>
<h2>Open-Source</h2>
<p>This project is <b>100% open-source code</b></p>
<p>Get the source code from the repository - <a href="https://github.com/ethjs/ethjs.github.io" target="_blank">https://github.com/ethjs/ethjs.github.io</a></p>
</main>
</body>
</html>