Lives on blockchain and cannot be changed after deployment.
pragma solidity ^0.8.0;
contract SimpleStorage {
uint public value;
function set(uint _value) public {
value = _value;
}
}
Gas = cost to run operations on blockchain
Gas fee = gas used × gas price
Deployment steps: