Replies: 2 comments 1 reply
-
This way we have to deal with github API. I mean we need to:
If we want to deal with automatic payments then we'd better use some relayer service like ogsn. At least it eliminates the need to deal with forks and settings. The flow could be:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Once the Bounty is completed. The bot can post a comment like the following: [ SETUP AUTOCLAIM ] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What if we made a Repository with a GitHub Action that bounty hunters can fork and add their signing key as a secret to automatically claim bounties?
When the UbiquiBot pays out, it can post the comment and also ping a GitHub Action webhook.
The webhook can be to something like
https://api.github.com/${bountyHunterGitHubUserName}/devpool-claim
If they forked the repo and setup their GitHub Action webhook correctly (should be by default, except for the secret - the signing key) then they can automatically claim as soon as the payout is offered!
Config:
PRIVATE_KEY
MAX_GWEI
e.g. 50Beta Was this translation helpful? Give feedback.
All reactions