Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 296 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 296 Bytes

web3py-block-timestamp

This is a python fork of https://github.com/monosux/ethereum-block-by-date for web3py. It helps converts between a blockchain block and a timestamp. This turns out to be a very common requirement when building web3 applications. it arose from my own requirement itself.