- Learn Blockchain Programming with JavaScript
- Eric Traub
- 173字
- 2021-06-10 18:40:33
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
Blockchain.prototype.createNewBlock = function () {
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Blockchain.prototype.createNewBlock = function (nonce, previousBlockHash, hash) {
}
Any command-line input or output is written as follows:
cd dev
touch blockchain.js test.js
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Go to More Tools, and then select the Developer Tools option."
- Implementing Modern DevOps
- 解構(gòu)產(chǎn)品經(jīng)理:互聯(lián)網(wǎng)產(chǎn)品策劃入門寶典
- 深入淺出Electron:原理、工程與實(shí)踐
- Windows系統(tǒng)管理與服務(wù)配置
- 數(shù)據(jù)結(jié)構(gòu)(Java語(yǔ)言描述)
- Java程序設(shè)計(jì)與實(shí)踐教程(第2版)
- 基于Swift語(yǔ)言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- iOS開(kāi)發(fā)實(shí)戰(zhàn):從入門到上架App Store(第2版) (移動(dòng)開(kāi)發(fā)叢書)
- 編程可以很簡(jiǎn)單
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- OpenCV 3計(jì)算機(jī)視覺(jué):Python語(yǔ)言實(shí)現(xiàn)(原書第2版)
- Learning Kotlin by building Android Applications
- SQL Server實(shí)例教程(2008版)
- 機(jī)器人ROS開(kāi)發(fā)實(shí)踐
- Spring Boot實(shí)戰(zhàn):從0開(kāi)始動(dòng)手搭建企業(yè)級(jí)項(xiàng)目