Ethereum Listener
Ethereum Listener, a realtime Ethereum transaction visualizer written in HTML/Javascript. See and hear new transactions as they propagate through the Ethereum Network.
Building
Install grunt-cli using
sudo npm install -g grunt-cli.Cd into the project directory and run
npm installto install the proper Grunt version and dependencies for this project.Run
gruntto build Ethereum Listener. Alternatively, rungrunt watchto build Ethereum Listener, host it at http://localhost:8000, and watch for and rebuild changes in the source files.
APIs and Libraries
Ethereum uses these libraries:
- Howler.js by James Simpson
- Reconnecting-Websocket by Joe Walnes
Ethereum uses these APIs:
- Matic Eth-Dagger WebSocket API (For Transactions)
Reference & License
This project is adapted from BitListen. If you distribute this project in part or in full, please attribute with a link to the GitHub page. This software is available under the MIT License, details in the included LICENSE.md file.
Built With
- css
- eth-dagger
- html
- javascript
- matic

Log in or sign up for Devpost to join the conversation.