openchainxyz / ethereum-transaction-viewer-frontend

Frontend for https://tx.eth.samczsun.com/
390 stars 67 forks source link

Small fixes #3

Closed lookfirst closed 1 year ago

lookfirst commented 1 year ago

mostly import fixes and some small fixes to get stuff to compile a bit.

there is still stuff that isn't compiling, but this is a good first pass.

there are some eslint things you can add to clean up the code as well if you're interested... a lot of your 'let' usage could turn to 'const'... automatically.