This sheet goes along with this SSH YouTube tutorial
$ ssh brad@192.168.1.29
$ mkdir test
$ cd test
$ ssh brad@192.168.1.29
$ mkdir test
$ cd test
| {"lastUpload":"2020-12-08T08:53:35.007Z","extensionVersion":"v3.4.3"} |
| pragma solidity ^0.4.24; | |
| /** | |
| * Utility library of inline functions on addresses | |
| */ | |
| library Address { | |
| /** | |
| * Returns whether the target address is a contract | |
| * @dev This function will return false if invoked during the constructor of a contract, |