- Create folder
mkdir autoinstall-ISO
cd autoinstall-ISO- Download ubuntu-autoinstall-generator
wget https://raw.githubusercontent.com/covertsh/ubuntu-autoinstall-generator/main/ubuntu-autoinstall-generator.shmkdir autoinstall-ISO
cd autoinstall-ISOwget https://raw.githubusercontent.com/covertsh/ubuntu-autoinstall-generator/main/ubuntu-autoinstall-generator.shTo understand how constructors through Solidity works (that is, how do we go from the compiled contract's bin to a live deployed contract with a different deployedBytecode), I took a deep dive into how one simple contract worked.
The contract Simple.sol:
pragma solidity ^0.5.12;
contract Simple {