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.
Clone the repository:
$ git clone [email protected]:neslinesli93/interprether.gitCopy the correct .env file:
$ cp .env.development .envFinally:
$ docker-compose upThis 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