From 2cd5f7b5fd863a98ec63d1d6706d7e47bda1b5dc Mon Sep 17 00:00:00 2001 From: "judymcconville@roadrunner.com" Date: Wed, 26 Apr 2017 12:39:13 -0700 Subject: [PATCH] Edited preface.asciidoc with Atlas code editor --- preface.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/preface.asciidoc b/preface.asciidoc index ce78a6e6..f9acea70 100644 --- a/preface.asciidoc +++ b/preface.asciidoc @@ -9,7 +9,7 @@ Two years later, after creating a number of small startups to explore various bi === Intended Audience -This book is mostly intended for coders. If you can use a programming language, this book will teach you how cryptographic currencies work, how to use them, and how to develop software that works with them. The first few chapters are also suitable as an in-depth introduction to bitcoin for noncoders—those trying to understand the inner workings of bitcoin and cryptocurrencies. +((("intended audience")))This book is mostly intended for coders. If you can use a programming language, this book will teach you how cryptographic currencies work, how to use them, and how to develop software that works with them. The first few chapters are also suitable as an in-depth introduction to bitcoin for noncoders—those trying to understand the inner workings of bitcoin and cryptocurrencies. === Why Are There Bugs on the Cover? @@ -23,7 +23,7 @@ Nature demonstrates that decentralized systems can be resilient and can produce === Conventions Used in This Book -The following typographical conventions are used in this book: +((("typographical conventions")))The following typographical conventions are used in this book: _Italic_:: Indicates new terms, URLs, email addresses, filenames, and file extensions. @@ -51,7 +51,7 @@ This icon indicates a warning or caution. === Code Examples -The examples are illustrated in Python, C++, and using the command line of a Unix-like operating system such as Linux or macOS. All code snippets are available in the https://github.com/aantonop/bitcoinbook[GitHub repository] in the _code_ subdirectory of the main repo. Fork the book code, try the code examples, or submit corrections via GitHub. +((("code examples, obtaining and using", id="codeuse00")))The examples are illustrated in Python, C++, and using the command line of a Unix-like operating system such as Linux or macOS. All code snippets are available in the https://github.com/aantonop/bitcoinbook[GitHub repository] in the _code_ subdirectory of the main repo. Fork the book code, try the code examples, or submit corrections via GitHub. All the code snippets can be replicated on most operating systems with a minimal installation of compilers and interpreters for the corresponding languages. Where necessary, we provide basic installation instructions and step-by-step examples of the output of those instructions. @@ -77,7 +77,7 @@ However, please note that the private keys used to construct addresses are eithe [WARNING] ==== -DO NOT SEND MONEY TO ANY OF THE ADDRESSES IN THIS BOOK. Your money will be taken by another reader, or lost forever. +DO NOT SEND MONEY TO ANY OF THE ADDRESSES IN THIS BOOK. Your money will be taken by another reader, or lost forever.((("", startref="codeuse00"))) ==== === O'Reilly Safari