HereNotThere / Lupi

Other
2 stars 0 forks source link

Past Games - Add timestamp to past game (.sol) #24

Closed ttillberg closed 2 years ago

ttillberg commented 2 years ago

... in order to show date column

image
brianathere commented 2 years ago

This can be retrieved using ethers.js given a transaction number

 provider.get[Block](https://docs.ethers.io/v5/single-page/#/v5/api/providers/types/-%23-providers-Block)( block ) ⇒ Promise< Block >
brianathere commented 2 years ago

Cancelling for now