- Mastering Ethereum
- Merunas Grincalaitis
- 193字
- 2021-06-24 15:00:58
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: "They use a library called 0x.js that allows you to interact with relayers with a high-level, clean interface that feels great to use."
A block of code is set as follows:
pragma solidity 0.5.0;
contract Example {
uint256 myStateVariable;
string myOtherStateVariable;
function example(){
uint256 thisIsNotAStateVariable;
}
}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
function example(string memory myText) public {
require(bytes(myText)[0] != 0);
}
Any command-line input or output is written as follows:
$ git clone https://github.com/merlox/dapp
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Go to the Droplets sections and click on Create Droplet."
- 數(shù)學(xué)星球:人類文明與數(shù)學(xué)(萬物皆數(shù)學(xué))
- 實(shí)用運(yùn)籌學(xué):案例、方法及應(yīng)用
- 概率論與數(shù)理統(tǒng)計(jì)
- 神奇的數(shù)學(xué)(二)
- Data Visualization:a successful design process
- 開悟:數(shù)學(xué)黑客的生活之旅
- 數(shù)學(xué)也可以這樣學(xué):自然、空間和時(shí)間里的數(shù)學(xué)
- 文化偉人代表作圖釋書系:算術(shù)研究
- 特殊函數(shù)概論習(xí)題解答
- 2016年管理類專業(yè)學(xué)位聯(lián)考綜合能力考試 數(shù)學(xué)考點(diǎn)歸納與真題解析
- 線性代數(shù)同步精講及練習(xí)
- 統(tǒng)計(jì)學(xué)原理(第二版)
- 黎曼猜想漫談:一場(chǎng)攀登數(shù)學(xué)高峰的天才盛宴
- 不可思議的自然對(duì)數(shù)
- 給孩子的數(shù)學(xué)思維課