/ethchat

Web app which reads Ethereum blockchain blocks and tries to parse each transaction's calldata in every block to extract text to find hacker messages, wedding vows and other interesting things.

Primary LanguageTypeScript

ethchat

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.

Installation

Install dependencies:

yarn

Running

cp .env.sample .env.local

Fill the RPC parameter, build and run:

yarn build
yarn start