-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (113 loc) · 4.45 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<title>hashFabric: we calculate hashes</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="alternate" type="application/rss+xml" href="https://hashfabric.net/index.xml" title="hashFabric: we calculate hashes">
<link id="dark-mode-theme" rel="stylesheet" href="https://hashfabric.net/css/dark.css" />
<link rel="stylesheet" href="https://hashfabric.net/fontawesome/css/all.min.css" />
<script src="https://hashfabric.net/js/bundle.js"></script>
<script src="https://hashfabric.net/js/instantpage.js" type="module" defer></script>
<meta name="generator" content="Hugo 0.71.1" />
</head>
<body>
<header>
<nav class="navbar">
<div class="nav">
<a href="https://hashfabric.net/" class="nav-logo">
<img src="https://hashfabric.net/images/icon.png"
width="50"
height="50"
alt="Logo">
</a>
<ul class="nav-links">
<li><a href="/tags" name="Tags"><i class="fas fa-tag fa-lg"></i></a></li>
</ul>
</div>
</nav>
<div class="intro-header">
<div class="container">
<div class="page-heading">
<h1>hashFabric: we calculate hashes</h1>
</div>
</div>
</div>
</header>
<div class="container" role="main">
<div class="posts-list">
<article class="post-preview">
<a href="https://hashfabric.net/posts/keep-node-android/">
<h2 class="post-title">Run keep Node on Android smartphone</h2>
</a>
<div class="post-entry">
<p><h3 id="to-make-arm-great-again">To make ARM great again</h3>
<p>And you dont even need root for that.</p>
<p><img src="/keep-android-screenshot.jpg" alt="photo"></p>
<h4 id="inception">Inception</h4>
<p>Clone <a href="https://github.com/keep-network/keep-core">Keep offical repo</a> first.</p></p>
<a href="https://hashfabric.net/posts/keep-node-android/" class="post-read-more">Read More</a>
</div>
<div class="postmeta">
<span class="meta-post">
<i class="fa fa-calendar-alt"></i> May 31, 2020
</span>
</div>
</article>
<article class="post-preview">
<a href="https://hashfabric.net/posts/ave-testnet/">
<h2 class="post-title">Ave Testnet Node Setup</h2>
</a>
<div class="post-entry">
<p><h2 id="dokerize-it">Dokerize it</h2>
<p><a href="https://docs.ava.network/v1.0/en/quickstart/ava-getting-started/">Official docs</a> offer manual building. Thats boring, lets go Docker.</p>
<p>Hope you already have it installed (you do if <code>docker version</code> gives you something instead of error)</p>
<p>Just in case here is how to setup it:</p>
<pre><code>curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
</code></pre><p>Ok, lets proceed with building</p></p>
<a href="https://hashfabric.net/posts/ave-testnet/" class="post-read-more">Read More</a>
</div>
<div class="postmeta">
<span class="meta-post">
<i class="fa fa-calendar-alt"></i> May 31, 2020
</span>
</div>
</article>
<article class="post-preview">
<a href="https://hashfabric.net/posts/ethcc2-videos/">
<h2 class="post-title">Ethcc2 Videos</h2>
</a>
<div class="post-entry">
<p><h2 id="some-good-content">Some good content</h2>
<p>Second Ethereum Community conference was taking place from 6th to 9th of March 2019 in Paris.</p>
<p>Here is all videos, sorted by category.</p></p>
<a href="https://hashfabric.net/posts/ethcc2-videos/" class="post-read-more">Read More</a>
</div>
<div class="postmeta">
<span class="meta-post">
<i class="fa fa-calendar-alt"></i> Mar 15, 2019
</span>
</div>
</article>
</div>
</div>
<footer>
<div class="container">
<p class="credits copyright">
<a href="https://hashfabric.net/about">Hash</a>
©
2020
/
<a href="https://hashfabric.net/">hashFabric: we calculate hashes</a>
–
<i class="fas fa-sun" id="dark-mode-toggle"></i>
<p class="credits theme-by">
Powered By <a href="https://gohugo.io">Hugo</a> Theme <a href="https://github.com/matsuyoshi30/harbor">Harbor</a>
</p>
</p>
</div>
</footer>
</body>
</html>