Skip to content

neslinesli93/interprether

Repository files navigation

Interprether

Webapp that exposes a live feed of Ethereum transactions whose input data can be decoded to UTF-8 strings. Available here: https://interprether.tommasopifferi.com

The app can run on every browser that supports WebAssembly.

Develop

Clone the repository:

$ git clone git@github.com:neslinesli93/interprether.git

Copy the correct .env file:

$ cp .env.development .env

Finally:

$ docker-compose up

This command will start several containers:

  • a web page available at http://localhost:8080
  • a simple http backend that exposes an endpoint that return transactions' data
  • a scanner that looks for transactions in new mined blockks
  • a redis store
  • a local GETH instance

About

Live feed of UTF-8 decodable Ethereum transactions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published