Handling Time in Solidity
May 16, 2022 · 3 min read · Timestamps in Solidity Time in solidity can be handled by two ways. These options are block.number and block.timestamp. For this tutorial, we will deal with the time using block.timestamp .This way may seem easier to understand and implement than the...
DDhaiwat commented