- 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.sh
mkdir autoinstall-ISO
cd autoinstall-ISO
wget https://raw.githubusercontent.com/covertsh/ubuntu-autoinstall-generator/main/ubuntu-autoinstall-generator.sh
To 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 {