Documentation
¶
Overview ¶
Webhook Collector Server
A sample HTTP server that receives, verifies, and logs Tokenomics webhook events. Useful for development, debugging, and as a starting point for production integrations.
Usage:
go run main.go # listen on :9090, no auth go run main.go -addr :8888 # custom port go run main.go -secret my-shared-key # verify X-Webhook-Secret go run main.go -signing-key hmac-key # verify X-Webhook-Signature HMAC go run main.go -secret s -signing-key k # both
Click to show internal directories.
Click to hide internal directories.