Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 310 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 310 Bytes

Ethertext

This is an experimental toy project. A simple loop built on top of geth to scan for strings on Ethereum, also what is behind http://ethstr.com

Build and run

go get

go build

ethtext --datadir=<data dir> --listenaddr <host:port>

Credit

Thanks Mohammed Yafii for the Javascript code :)