Introduction
We went through many aspects of Solidity smart contract programming already in previous chapters. We covered Solidity programming syntax, using Remix or Truffle to compile source code, and deploying bytecode to an embedded EVM or development blockchain. We also mentioned the token economy and token design such as choosing fungible or nonfungible tokens and using the tokens to represent assets and elements for business use cases. ...