- Building Blockchain Projects
- Narayan Prusty
- 196字
- 2021-07-02 23:45:05
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 an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Then, run the app using the node app.js command inside the Final directory."
A block of code is set as follows:
var solc = require("solc");
var input = "contract x { function g() {} }";
var output = solc.compile(input, 1); // 1 activates the optimizer
for (var contractName in output.contracts) {
// logging code and ABI
console.log(contractName + ": " + output.contracts[contractName].bytecode);
console.log(contractName + "; " + JSON.parse(output.contracts[contractName].interface));
}
Any command-line input or output is written as follows:
npm install -g solc
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: "Now select the same file again and click on the Get Info button."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
- 微信價值完全開發(fā)攻略
- 網(wǎng)上購物和開店入門與提高
- 電商文案策劃與視覺營銷實戰(zhàn)(第2版·微課版)
- 創(chuàng)業(yè)生態(tài)系統(tǒng)的網(wǎng)絡(luò)特性與新企業(yè)績效
- 漁業(yè)電子商務(wù)
- 轉(zhuǎn)化率:電商運營核心思維與實操案例
- 淘寶天貓網(wǎng)店美工實戰(zhàn)教程(微課版)
- 給你一家微企,你能賺錢嗎?--創(chuàng)業(yè)策劃
- 移動電商:商業(yè)分析+模式案例+應用實戰(zhàn)(第2卷)
- 增長起跑線:數(shù)字營銷實戰(zhàn)指南
- 視覺營銷與運營實戰(zhàn)從入門到精通
- 互聯(lián)網(wǎng)+跨界顛覆
- 實戰(zhàn)移動互聯(lián)網(wǎng)營銷:互聯(lián)網(wǎng)+營銷的7個關(guān)鍵要素
- 電商視覺營銷與設(shè)計
- 直播大未來