Super simple web app which reads blocks from Ethereum and tries to decode each transaction data to text.
Allows to view hacker messages, marriage proposals and other interesting things people leave on-chain.
Install dependencies:
yarn
cp .env.sample .env.local
Fill the RPC parameter, build and run:
yarn build
yarn start