Releases: polyswarm/microengine-webhooks-py
Releases · polyswarm/microengine-webhooks-py
Version 1.0.0
This release marks a stable base template project containing almost everything needed to manually handling the PolySwarm bounties when authoring a microengine.
It can be targeted as a webhook on PolySwarm platform, responding appropriately form PING and BOUNTY calls from PolySwarm. The WSGI sample interface receives the bounty and delegates the processing to a Celery task, that sends the verification results back to PolySwarm via an HTTP call within the Celery task.
It also have sample configurations for serving the webhook via Nginx Unit product, yet its use is optional. You can set the HTTP server in any way you want, having it a accept a WSGI application.