https://github.com/peerchemist/evmrider
A simple EVM event listener made with Flutter.
https://github.com/peerchemist/evmrider
Last synced: 4 months ago
JSON representation
A simple EVM event listener made with Flutter.
- Host: GitHub
- URL: https://github.com/peerchemist/evmrider
- Owner: peerchemist
- License: bsd-3-clause
- Created: 2025-06-12T11:51:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-27T08:11:43.000Z (5 months ago)
- Last Synced: 2026-01-27T19:23:06.266Z (5 months ago)
- Language: Dart
- Size: 664 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evmrider
A simple EVM event listener made with Flutter.
## Setup
You can find a bunch of free RPC endpoints here: https://chainlist.org/chain/1
Easiest way to get the contract ABI is through etherscan.
For example, https://etherscan.io/token/0x044d078F1c86508e13328842Cc75AC021B272958#code and scroll down to Contract ABI and click copy in the upper right.
## Flatpak
Build requirements: Flutter, Flatpak, and Flatpak Builder.
Build a bundle:
```bash
./build_flatpak.sh
```
Run the bundle:
```bash
flatpak install --user build/evmrider.flatpak
flatpak run com.peerchemist.evmrider
```
## Screenshots


