command
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Dec 19, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Webhook Receiver Example
A simple HTTP server to receive and print events sent by the evm-scanner webhook output.
How to Run
-
Start the receiver:
go run main.go
The server will listen on http://localhost:8080/webhook.
-
Configure the Scanner:
In your app.yaml, enable the webhook output:
outputs:
webhook:
enabled: true
url: "http://localhost:8080/webhook"
# ... other settings
-
Run the Scanner:
./bin/scanner-cli
Expected Output
When the scanner finds matching events, you will see them printed in the receiver's console:
Received 5 events via webhook:
- [0xdAC17F958D2ee523a2206206994597C13D831ec7] Tx: 0x... | Event: Transfer
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.