webhook-collector

command
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2026 License: MIT Imports: 13 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL