Skip to content

Commit

Permalink
deploy: e622f8d
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoborrero committed Nov 21, 2023
1 parent f2ed612 commit f6098d4
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions apps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,13 @@
MEV (Maximal Extractable Value)
</a>

</li>

<li class="md-nav__item">
<a href="#solidity" class="md-nav__link">
Solidity
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1002,6 +1009,13 @@
MEV (Maximal Extractable Value)
</a>

</li>

<li class="md-nav__item">
<a href="#solidity" class="md-nav__link">
Solidity
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -1242,6 +1256,26 @@ <h2 id="mev-maximal-extractable-value">MEV (Maximal Extractable Value)<a class="
</tr>
</tbody>
</table>
<h2 id="solidity">Solidity<a class="headerlink" href="#solidity" title="Permanent link">&para;</a></h2>
<p>Solidity is the most widely used programming language for the EVM. Below you can find tools related to this language:</p>
<table>
<thead>
<tr>
<th>App</th>
<th>Command</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/crytic/slither">Slither</a></td>
<td><code>nix run .#sliter</code></td>
</tr>
<tr>
<td><a href="https://github.com/Ackee-Blockchain/wake">Wake</a></td>
<td><code>nix run .#wake</code></td>
</tr>
</tbody>
</table>
<h2 id="signers">Signers<a class="headerlink" href="#signers" title="Permanent link">&para;</a></h2>
<table>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit f6098d4

Please sign in to comment.