Solidity Events Guide

The Solidity Events Guide I Wish I Had

To help solve the issues of communication between Web2 and Ethereum, the EVM has allowed for the generation of logs. In Solidity we make use of these logs by emitting events.