Skip to content

Commit

Permalink
📝 Commencing chapter one.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfps committed May 4, 2024
1 parent 463dbb2 commit 24b61d8
Show file tree
Hide file tree
Showing 64 changed files with 51 additions and 6,760 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="../introduction/Introduction.html" class="active"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="../contents/Array.html"><strong aria-hidden="true">2.</strong> Array</a></li><li class="chapter-item expanded "><a href="../contents/Bitwise.html"><strong aria-hidden="true">3.</strong> Bitwise</a></li><li class="chapter-item expanded "><a href="../contents/Call.html"><strong aria-hidden="true">4.</strong> Call</a></li><li class="chapter-item expanded "><a href="../contents/Calldata.html"><strong aria-hidden="true">5.</strong> Calldata</a></li><li class="chapter-item expanded "><a href="../contents/Conditionals.html"><strong aria-hidden="true">6.</strong> Conditionals</a></li><li class="chapter-item expanded "><a href="../contents/Counter.html"><strong aria-hidden="true">7.</strong> Counter</a></li><li class="chapter-item expanded "><a href="../contents/Enums.html"><strong aria-hidden="true">8.</strong> Enums</a></li><li class="chapter-item expanded "><a href="../contents/Errors.html"><strong aria-hidden="true">9.</strong> Errors</a></li><li class="chapter-item expanded "><a href="../contents/EtherWallet.html"><strong aria-hidden="true">10.</strong> Ether Wallet</a></li><li class="chapter-item expanded "><a href="../contents/Events.html"><strong aria-hidden="true">11.</strong> Events</a></li><li class="chapter-item expanded "><a href="../contents/Fallback.html"><strong aria-hidden="true">12.</strong> Fallback</a></li><li class="chapter-item expanded "><a href="../contents/ForLoop.html"><strong aria-hidden="true">13.</strong> For Loop</a></li><li class="chapter-item expanded "><a href="../contents/Functions.html"><strong aria-hidden="true">14.</strong> Functions</a></li><li class="chapter-item expanded "><a href="../contents/Hash.html"><strong aria-hidden="true">15.</strong> Hash</a></li><li class="chapter-item expanded "><a href="../contents/HelloWorld.html"><strong aria-hidden="true">16.</strong> Hello World</a></li><li class="chapter-item expanded "><a href="../contents/IsContract.html"><strong aria-hidden="true">17.</strong> Is Contract</a></li><li class="chapter-item expanded "><a href="../contents/Mapping.html"><strong aria-hidden="true">18.</strong> Mapping</a></li><li class="chapter-item expanded "><a href="../contents/SafeOperations.html"><strong aria-hidden="true">19.</strong> Safe Operations</a></li><li class="chapter-item expanded "><a href="../contents/SendEther.html"><strong aria-hidden="true">20.</strong> Send Ether</a></li><li class="chapter-item expanded "><a href="../contents/SignarureVerification.html"><strong aria-hidden="true">21.</strong> Signature Verification</a></li><li class="chapter-item expanded "><a href="../contents/SimpleStorage.html"><strong aria-hidden="true">22.</strong> Simple Storage</a></li><li class="chapter-item expanded "><a href="../contents/Structs.html"><strong aria-hidden="true">23.</strong> Structs</a></li><li class="chapter-item expanded "><a href="../contents/Types.html"><strong aria-hidden="true">24.</strong> Types</a></li><li class="chapter-item expanded "><a href="../contents/Unchecked.html"><strong aria-hidden="true">25.</strong> Unchecked</a></li><li class="chapter-item expanded "><a href="../contents/YulERC20.html"><strong aria-hidden="true">26.</strong> Yul ERC20</a></li><li class="chapter-item expanded "><a href="../about/authors.html"><strong aria-hidden="true">27.</strong> Authors</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded affix "><li class="part-title">Introduction</li><li class="chapter-item expanded "><a href="../1-introduction/1-1-introduction.html" class="active"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="../1-introduction/1-2-what-is-yul.html"><strong aria-hidden="true">2.</strong> What Is Yul?</a></li><li class="chapter-item expanded "><a href="../1-introduction/1-3-why-is-yul-important.html"><strong aria-hidden="true">3.</strong> Why Is Yul Important?</a></li><li class="chapter-item expanded "><a href="../1-introduction/1-4-yul's-advantage-over-solidity.html"><strong aria-hidden="true">4.</strong> Yul's Advantage Over Solidity</a></li><li class="chapter-item expanded "><a href="../1-introduction/1-5-yul's-disadvantages-over-solidity.html"><strong aria-hidden="true">5.</strong> Yul's Disadvantage Over Solidity</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
Expand Down Expand Up @@ -174,13 +174,14 @@ <h1 class="menu-title">Yul By Example</h1>
<div id="content" class="content">
<main>
<h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h1>
<p>hello there!</p>

</main>

<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->

<a rel="next prefetch" href="../contents/Array.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="../1-introduction/1-2-what-is-yul.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>

Expand All @@ -191,29 +192,13 @@ <h1 id="introduction"><a class="header" href="#introduction">Introduction</a></h

<nav class="nav-wide-wrapper" aria-label="Page navigation">

<a rel="next prefetch" href="../contents/Array.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<a rel="next prefetch" href="../1-introduction/1-2-what-is-yul.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
</nav>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<!-- Book generated using mdBook -->
<meta charset="UTF-8">
<title>Authors - Yul By Example</title>
<title>What Is Yul? - Yul By Example</title>


<!-- Custom HTML head -->
Expand Down Expand Up @@ -88,7 +88,7 @@

<nav id="sidebar" class="sidebar" aria-label="Table of contents">
<div class="sidebar-scrollbox">
<ol class="chapter"><li class="chapter-item expanded "><a href="../introduction/Introduction.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="../contents/Array.html"><strong aria-hidden="true">2.</strong> Array</a></li><li class="chapter-item expanded "><a href="../contents/Bitwise.html"><strong aria-hidden="true">3.</strong> Bitwise</a></li><li class="chapter-item expanded "><a href="../contents/Call.html"><strong aria-hidden="true">4.</strong> Call</a></li><li class="chapter-item expanded "><a href="../contents/Calldata.html"><strong aria-hidden="true">5.</strong> Calldata</a></li><li class="chapter-item expanded "><a href="../contents/Conditionals.html"><strong aria-hidden="true">6.</strong> Conditionals</a></li><li class="chapter-item expanded "><a href="../contents/Counter.html"><strong aria-hidden="true">7.</strong> Counter</a></li><li class="chapter-item expanded "><a href="../contents/Enums.html"><strong aria-hidden="true">8.</strong> Enums</a></li><li class="chapter-item expanded "><a href="../contents/Errors.html"><strong aria-hidden="true">9.</strong> Errors</a></li><li class="chapter-item expanded "><a href="../contents/EtherWallet.html"><strong aria-hidden="true">10.</strong> Ether Wallet</a></li><li class="chapter-item expanded "><a href="../contents/Events.html"><strong aria-hidden="true">11.</strong> Events</a></li><li class="chapter-item expanded "><a href="../contents/Fallback.html"><strong aria-hidden="true">12.</strong> Fallback</a></li><li class="chapter-item expanded "><a href="../contents/ForLoop.html"><strong aria-hidden="true">13.</strong> For Loop</a></li><li class="chapter-item expanded "><a href="../contents/Functions.html"><strong aria-hidden="true">14.</strong> Functions</a></li><li class="chapter-item expanded "><a href="../contents/Hash.html"><strong aria-hidden="true">15.</strong> Hash</a></li><li class="chapter-item expanded "><a href="../contents/HelloWorld.html"><strong aria-hidden="true">16.</strong> Hello World</a></li><li class="chapter-item expanded "><a href="../contents/IsContract.html"><strong aria-hidden="true">17.</strong> Is Contract</a></li><li class="chapter-item expanded "><a href="../contents/Mapping.html"><strong aria-hidden="true">18.</strong> Mapping</a></li><li class="chapter-item expanded "><a href="../contents/SafeOperations.html"><strong aria-hidden="true">19.</strong> Safe Operations</a></li><li class="chapter-item expanded "><a href="../contents/SendEther.html"><strong aria-hidden="true">20.</strong> Send Ether</a></li><li class="chapter-item expanded "><a href="../contents/SignarureVerification.html"><strong aria-hidden="true">21.</strong> Signature Verification</a></li><li class="chapter-item expanded "><a href="../contents/SimpleStorage.html"><strong aria-hidden="true">22.</strong> Simple Storage</a></li><li class="chapter-item expanded "><a href="../contents/Structs.html"><strong aria-hidden="true">23.</strong> Structs</a></li><li class="chapter-item expanded "><a href="../contents/Types.html"><strong aria-hidden="true">24.</strong> Types</a></li><li class="chapter-item expanded "><a href="../contents/Unchecked.html"><strong aria-hidden="true">25.</strong> Unchecked</a></li><li class="chapter-item expanded "><a href="../contents/YulERC20.html"><strong aria-hidden="true">26.</strong> Yul ERC20</a></li><li class="chapter-item expanded "><a href="../about/authors.html" class="active"><strong aria-hidden="true">27.</strong> Authors</a></li></ol>
<ol class="chapter"><li class="chapter-item expanded affix "><li class="part-title">Introduction</li><li class="chapter-item expanded "><a href="../1-introduction/1-1-introduction.html"><strong aria-hidden="true">1.</strong> Introduction</a></li><li class="chapter-item expanded "><a href="../1-introduction/1-2-what-is-yul.html" class="active"><strong aria-hidden="true">2.</strong> What Is Yul?</a></li><li class="chapter-item expanded "><a href="../1-introduction/1-3-why-is-yul-important.html"><strong aria-hidden="true">3.</strong> Why Is Yul Important?</a></li><li class="chapter-item expanded "><a href="../1-introduction/1-4-yul's-advantage-over-solidity.html"><strong aria-hidden="true">4.</strong> Yul's Advantage Over Solidity</a></li><li class="chapter-item expanded "><a href="../1-introduction/1-5-yul's-disadvantages-over-solidity.html"><strong aria-hidden="true">5.</strong> Yul's Disadvantage Over Solidity</a></li></ol>
</div>
<div id="sidebar-resize-handle" class="sidebar-resize-handle">
<div class="sidebar-resize-indicator"></div>
Expand Down Expand Up @@ -173,47 +173,36 @@ <h1 class="menu-title">Yul By Example</h1>

<div id="content" class="content">
<main>
<h1 id="authors"><a class="header" href="#authors">Authors</a></h1>


</main>

<nav class="nav-wrapper" aria-label="Page navigation">
<!-- Mobile navigation buttons -->
<a rel="prev" href="../contents/YulERC20.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<a rel="prev" href="../1-introduction/1-1-introduction.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>

<a rel="next prefetch" href="../1-introduction/1-3-why-is-yul-important.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>

<div style="clear: both"></div>
</nav>
</div>
</div>

<nav class="nav-wide-wrapper" aria-label="Page navigation">
<a rel="prev" href="../contents/YulERC20.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<a rel="prev" href="../1-introduction/1-1-introduction.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left">
<i class="fa fa-angle-left"></i>
</a>

<a rel="next prefetch" href="../1-introduction/1-3-why-is-yul-important.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right">
<i class="fa fa-angle-right"></i>
</a>
</nav>

</div>

<!-- Livereload script (if served using the cli tool) -->
<script>
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};

window.onbeforeunload = function() {
socket.close();
}
</script>



Expand Down
Loading

0 comments on commit 24b61d8

Please sign in to comment.