Skip to content

Commit 85664e0

Browse files
committed
Add Besu implementation and Tests, Update the Learn More section
1 parent f8145e3 commit 85664e0

File tree

1 file changed

+37
-14
lines changed

1 file changed

+37
-14
lines changed

index.html

Lines changed: 37 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ <h1>EOF</h1>
3030
<li><a href="#intro" class="active">Introduction</a></li>
3131
<li><a href="#first">EOF EIPs</a></li>
3232
<li><a href="#second">Implementations</a></li>
33+
<!--<li><a href="#faq">FAQ</a></li>-->
3334
<li><a href="#cta">Learn More</a></li>
3435
</ul>
3536
</nav>
@@ -114,27 +115,49 @@ <h2>Implementations</h2>
114115
</li>
115116
<li class="style2">
116117
<span class="icon solid fa-code-branch"></span>
117-
<strong><a href="https://github.com/ipsilon/go-ethereum/tree/eof-cancun">Geth</a></strong>
118-
</li>
119-
<li class="style3">
120-
<span class="icon solid fa-code-branch"></span>
121-
<strong><a href="https://github.com/hugo-dc/eof-rs">EOF-Rs</a></strong> (Validation)
118+
<strong><a href="https://github.com/hyperledger/besu">Besu</a></strong>
122119
</li>
120+
<li class="style3">
121+
<span class="icon solid fa-code-branch"></span>
122+
<strong>EOF Tests</strong>
123+
<div><a href="https://github.com/ethereum/tests/tree/develop/src/EOFTestsFiller">- Validation Tests</a></div>
124+
<div><a href="https://github.com/ethereum/tests/tree/develop/src/EIPTestsFiller/StateTests/stEOF">- Execution Tests</a></div>
125+
</ul>
126+
</li>
123127
</ul>
124128
</section>
125129

126-
<!-- Get Started -->
130+
<!-- FAQ -->
131+
<!--
132+
<section id="faq" class="main special">
133+
<header class="major">
134+
<h2>FAQ</h2>
135+
<p>Answers to frequently asked questions about EOF.</p>
136+
</header>
137+
</section>
138+
-->
127139
<section id="cta" class="main special">
128140
<header class="major">
129141
<h2>Learn More</h2>
130-
<p>Visit <a href="https://notes.ethereum.org/@ipsilon/mega-eof-specification">the latest EOF specification (Mega-EOF)</a></p>
131-
<p>Read <a href="#first">the EOF EIPs</a>.</p>
132-
<p>Watch <a href="https://www.youtube.com/results?search_query=EOF+Implementers+call">EOF Implementers Calls on YouTube</a></p>
133-
<p>Ask EOF related questions <a href="https://twitter.com/teamipsilon">on Twitter</a>.</p>
134-
<!--
135-
<p>To learn more about EOF take a look at the <a href="#">EOF book</a>.</p>
136-
-->
137142
</header>
143+
<ul class="statistics">
144+
<li class="style1">
145+
<span class="icon solid fa-book"></span>
146+
<strong><a href="https://github.com/ipsilon/eof/blob/main/spec/eof.md">EOF Specification</a></strong>
147+
</li>
148+
<li class="style2">
149+
<span class="icon solid fa-file"></span>
150+
<strong><a href="#first">EOF EIPs</a></strong>
151+
</li>
152+
<li class="style3">
153+
<span class="icon solid fa-play"></span>
154+
<strong><a href="https://www.youtube.com/results?search_query=EOF+Implementers+call">EOF Implementers Calls</a></strong>
155+
</li>
156+
<li class="style4">
157+
<span class="icon solid fa-question"></span>
158+
<strong><a href="https://twitter.com/teamipsilon">Ask Questions</a></strong>
159+
</li>
160+
</ul>
138161
<footer class="major">
139162
<!--
140163
<ul class="actions special">
@@ -158,7 +181,7 @@ <h2>Ipsilon</h2>
158181
<p>EOF Object Format is part of Ipsilon's projects. To learn more about other EVM related projects visit <a href="https://ipsilon.xyz">ipsilon.xyz</a></p>
159182
<ul class="icons">
160183
<li><a href="https://twitter.com/teamipsilon" class="icon brands fa-twitter alt"><span class="label">Twitter</span></a></li>
161-
<li><a href="https://github.com/ipsilon" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
184+
<li><a href="https://github.com/ipsilon/eof" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
162185
<li><a href="https://www.youtube.com/results?search_query=EOF+Implementers+call" class="icon brands fa-youtube alt"><span class="label">YouTube</span></a></li>
163186
</ul>
164187
</section>

0 commit comments

Comments
 (0)