Content pfp
Content
@
0 reply
0 recast
0 reaction

jp ๐ŸŽฉ pfp
jp ๐ŸŽฉ
@jpfraneto.eth
what's the best way to decentralize a github repo? i want that only the holders of a given token can submit requests to change this codebase. how would you do that? cc @nintynick.eth
3 replies
2 recasts
17 reactions

Stephan pfp
Stephan
@stephancill
maybe require 2/2 approvals on PRs of which one of the approvals is a bot that will only approve if you're a token holder
2 replies
0 recast
6 reactions

Breck Yunits pfp
Breck Yunits
@breck
I have this one liner that I type "push" and it pushes to all remotes: 'push() { for remote in $(git remote); do echo "Pushing to $remote..."; git push $remote --all; done; }' Then I backup to GitLab, GitHub, and others. Also, if you run ScrollHub, you run your own git server that accepts unlimited repos.
1 reply
0 recast
1 reaction

Wasabi ๐Ÿฅฅ๐ŸŒด pfp
Wasabi ๐Ÿฅฅ๐ŸŒด
@wasabi
You can use @hatsprotocol + @guildxyz https://docs.hatsprotocol.xyz/using-hats/connecting-hats-w-permissions-and-authorities/connecting-hats-to-token-gates#example-guild.xyz
0 reply
0 recast
1 reaction