January 2020
Intermediate to advanced
530 pages
11h 11m
English
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: "Now, let's create a simple wallet app in react.js to manage tokens."
A block of code is set as follows:
import "openzeppelin-solidity/contracts/token/ERC20/ERC20Detailed.sol";import "openzeppelin-solidity/contracts/token/ERC20/ERC20Capped.sol"; import "openzeppelin-solidity/contracts/ownership/Ownable.sol";
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
const HDWalletProvider = require('truffle-hdwallet-provider'); ...Read now
Unlock full access