- 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."
推薦閱讀
- Flask Web全棧開(kāi)發(fā)實(shí)戰(zhàn)
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Developing Middleware in Java EE 8
- HTML5游戲開(kāi)發(fā)案例教程
- Learning Data Mining with R
- Go并發(fā)編程實(shí)戰(zhàn)
- Linux C編程:一站式學(xué)習(xí)
- Python3.5從零開(kāi)始學(xué)
- Odoo 10 Implementation Cookbook
- Lift Application Development Cookbook
- Zabbix Performance Tuning
- Unity 5.X從入門到精通
- C語(yǔ)言從入門到精通
- After Effects CC案例設(shè)計(jì)與經(jīng)典插件(視頻教學(xué)版)
- Koa與Node.js開(kāi)發(fā)實(shí)戰(zhàn)