Here is a very simple smart contract:
pragma solidity ^0.7.0; contract Name { string name = "Tom"; function getName() public