Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 333 Bytes

Dockerfile.README.md

File metadata and controls

15 lines (10 loc) · 333 Bytes

substrate-tip-bot

A GitHub App built with Probot that can submit tips on behalf of a Substrate based network.

To run the bot via Docker:

$ docker run \
    -e APP_ID=<app-id> \
    -e PRIVATE_KEY=<pem-value> \
    paritytech/substrate-tip-bot

More on a GitHub