app
app copied to clipboard
Allow sending funds to GitHub users/orgs*
Context from Discord:
yeah, privy could do this. Could use pregeneration to generate a wallet for a GitHub account, send funds to it, and then "claim" it by just performing oAuth.
This is for GitHub users though, not sure about orgs. However... GitHub profiles can also have a readme... In fact, I'm pretty sure you create a public repo to configure this readme... Which you could just add a funding.json to 👀 let me look into this, that'd actually be sick. If that works we could just use repo driver "GitHub will display your profile README on your profile page if all of the following are true.
You've created a repository with a name that matches your GitHub username. The repository is public. The repository contains a file named README.md in its root. The README.md file contains any content." yes! This is great. We could do the same for claiming profiles on drips, with just repo driver.
people can send funds to just /username when claiming, you can claim either a GitHub profile or a repo if you claim a profile, you need to 1) create the self-named repo with a funding.json or just add it to the existing one if it's there 2) set splits and dependencies same way you would with a project
We'd need to think a bit about how we communicate the relationship between projects and users if this is possible, but it seems like this could work really well For orgs, there's something similar, but the repo has to be called .github... which is a bit awkward maybe https://docs.github.com/en/organizations/collaborating-with-groups-in-organizations/customizing-your-organizations-profile
Would be helpful to be able to build this feature with the thought in mind that someone might be receiving funds to their GitHub profile, a Repo they manage, and an Ethereum address. Would be great to combine those into a single profile somehow!