Real-Time Smart Contract Events in The Frontend
Introduction
Solidity Events is a useful feature of Solidity that allows Smart Contracts to log information to the blockchain.
This log has pretty valuable features that enable the data to be indexed and searched or filtered. Also, external applicat...
narteysarso.hashnode.dev7 min read