ethereum-block-by-date
ethereum-block-by-date copied to clipboard
feat: get estimated datetime from future block number
I am adding a feature for getEstimateDate form given block number.
Motivation
- For release or lock smart contracts that rely on block number, not the timestamp
Acceptance Criteria
- getEstimatedDate should not differ from the actual time stamp when the block is mined.
- should work on any EVM-based blockchain network