- Learning Bitcoin
- Richard Caetano
- 162字
- 2021-07-09 21:13:38
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles, and explanations of their meanings.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
// convert 'satoshi' to bitcoin value var satoshiToBTC = function(value) { return value * 0.00000001 }
Any command-line input or output is written as follows:
~ npm install bitcoinjs-lib -g
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Clicking the Next button moves you to the next screen."
推薦閱讀
- 在最好的年紀學Python:小學生趣味編程
- 零基礎PHP學習筆記
- 微服務與事件驅動架構
- SpringMVC+MyBatis快速開發與項目實戰
- Mastering Spring MVC 4
- Elastic Stack應用寶典
- Windows Forensics Cookbook
- Python面向對象編程:構建游戲和GUI
- Python數據分析從0到1
- Mastering JBoss Enterprise Application Platform 7
- 區塊鏈底層設計Java實戰
- Cybersecurity Attacks:Red Team Strategies
- Learning jQuery(Fourth Edition)
- Android驅動開發權威指南
- 人工智能算法(卷1):基礎算法