Skip to content

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.

Notifications You must be signed in to change notification settings

kolyasapphire/ethchat

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published