Sumit Patilsumit18.hashnode.devยทJun 10, 2023Listen to Solidity Smart-Contract events using ethers.js and HardhatEvents in solidity are the signals fired by smart-contract. ethers.js has once function for listening to the emitted events. The function takes two parameters: eventName Name of the event. It should be a string. listener It is the function. The tas...57 readsSolidityAdd a thoughtful commentNo comments yetBe the first to start the conversation.