forked from ethereumbook/ethereumbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added atlas scaffolding and metadata files
- Loading branch information
Showing
6 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<section data-type="colophon" class="abouttheauthor"> | ||
<h1>About the Authors</h1> | ||
<p><strong>Andreas M. Antonopoulos</strong> is a noted technologist and serial entrepreneur who has become one of the most well-known and well-respected figures in bitcoin. As an engaging public speaker, teacher, and writer, Andreas makes complex subjects accessible and easy to understand. As an advisor, he helps startups recognize, evaluate, and navigate security and business risks.</p> | ||
|
||
<p>Andreas grew up with the internet, starting his first company, an early BBS and proto-ISP, as a teenager in his home in Greece. He earned degrees in computer science, data communications, and distributed systems from University College London (UCL)—recently ranked among the world’s top 10 universities. After moving to the United States, Andreas cofounded and managed a successful technology research company, and in that role advised dozens of Fortune 500 company executives on networking, security, data centers, and cloud computing. More than 200 of his articles on security, cloud computing, and data centers have been published in print and syndicated worldwide. He holds two patents in networking and security.</p> | ||
|
||
<p>In 1990, Andreas started teaching various IT topics in private, professional, and academic environments. He honed his speaking skills in front of audiences ranging in size from five executives in a boardroom to thousands of people in large conferences. With more than 400 speaking engagements under his belt he is considered a world-class and charismatic public speaker and teacher. In 2014, he was appointed as a teaching fellow with the University of Nicosia, the first university in the world to offer a masters degree in digital currency. In this role, he helped develop the curriculum and cotaught the Introduction to Digital Currencies course, offered as a massive open online course (MOOC) through the university.</p> | ||
|
||
<p>As a bitcoin entrepreneur, Andreas has founded a number of bitcoin businesses and launched several community open source projects. He serves as an advisor to several bitcoin and cryptocurrency companies. He is a widely published author of articles and blog posts on bitcoin, a permanent host on the popular Let’s Talk Bitcoin podcast, and a frequent speaker at technology and security conferences worldwide.</p> | ||
|
||
|
||
<p><strong>Gavin Wood: </strong> | ||
<p>When Gavin first read about Bitcoin in 2011, he was largely uninterested, focusing too much on the currency aspect rather than the technology. However, when he revisited it in early 2013, he began to realise new possibilities opening up between the fields of ITC and game theory, and the inevitable social change to which this would lead. A mutual friend made the introduction to Vitalik Buterin (Ethereum Founder) in late 2014 and Ethereum has dominated Gavin Wood's life since.Gavin coded the first functional implementation of Ethereum, devised the Solidity contract language and wrote the Yellow Paper, the first formal specification of any blockchain protocol and one of the key ways Ethereum distinguishes itself from other blockchainbased systems.Prior to Ethereum, Gavin earned a masters degree and doctorate in computer science. He consulted for Microsoft Research on technical aspects of embedded domain-specific languages, and was involved in several startups in the areas of realtime semantic extraction and presentation for music, visual meta-programming systems and automated legal text analysis. | ||
</p> | ||
|
||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<section id="colophon" data-type="colophon"> | ||
<h1>Colophon</h1> | ||
|
||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<section data-type="copyright-page" xmlns="http://www.w3.org/1999/xhtml"> | ||
<h1>Mastering Ethereum</h1> | ||
|
||
<p class="author">by <span class="firstname">Andreas </span> <span class="othername mi">M. </span> <span class="surname">Antonopoulos</span></p> | ||
|
||
<p class="author">by <span class="firstname">Gavin </span> <span class="surname">Wood</span></p> | ||
|
||
<p class="copyright">Copyright © 2017 The Ethereum Book, LLC, Gavin Wood. All rights reserved.</p> | ||
|
||
<p class="printlocation">Printed in the United States of America.</p> | ||
|
||
<p class="publisher">Published by <span class="publishername">O'Reilly Media, Inc.</span>, 1005 Gravenstein Highway North, Sebastopol, CA 95472.</p> | ||
|
||
<p>O'Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (<a href="http://oreilly.com/safari">http://oreilly.com/safari</a>). For more information, contact our corporate/institutional sales department: 800-998-9938 or <span data-type="email"><em>[email protected]</em></span>.</p> | ||
|
||
<ul class="stafflist"> | ||
<li><span class="staffrole">Editor:</span> Tim McGovern</li> | ||
</ul> | ||
<!--Add additional printedition spans below as needed.--> | ||
|
||
<!--Add additional revdate spans below as needed.--> | ||
|
||
<div class="legal"> | ||
<p>The O’Reilly logo is a registered trademark of O’Reilly Media, Inc. <em>Mastering Bitcoin</em>, the cover image, and related trade dress are trademarks of O’Reilly Media, Inc.</p> | ||
|
||
<p>While the publisher and the author have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the author disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights. <!--PROD: Uncomment the following sentence if appropriate and add it to the | ||
above para:--> <!--This book is not intended as [legal/medical/financial; use the appropriate | ||
reference] advice. Please consult a qualified professional if you | ||
require [legal/medical/financial] advice.--></p> | ||
</div> | ||
|
||
<div class="copyright-bottom"> | ||
<p class="isbn">978-1-491-97194-0</p> | ||
|
||
<p class="printer">[LSI]</p> | ||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<section data-type="index"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<section data-type="titlepage"> | ||
<h1>Mastering Ethereum</h1> | ||
<p class="edition">First Edition</p> | ||
<p class="subtitle">Building Smart Contracts & DApps</p> | ||
<p class="author">Andreas M. Antonopoulos, Gavin Wood</p> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<nav data-type="toc"/> |