- 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."
推薦閱讀
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- LabVIEW程序設計基礎與應用
- The Android Game Developer's Handbook
- Python量化投資指南:基礎、數據與實戰
- Developing Mobile Web ArcGIS Applications
- Visual FoxPro 程序設計
- 微服務設計原理與架構
- C#程序設計教程
- 用戶體驗可視化指南
- 快速入門與進階:Creo 4·0全實例精講
- Troubleshooting Citrix XenApp?
- 零基礎學C語言(升級版)
- 小學生C++趣味編程從入門到精通
- TypeScript High Performance