kolyasapphire / 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.

Home Page:https://ethchat-v1.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://ethchat-v1.vercel.app


Languages

Language:TypeScript 100.0%