• rtxn@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 months ago

    This made me wonder if blockchain tech could, hypothetically, be used as a sort of distributed SCM platform, where each commit is stored as data appended to a transaction, not unlike git. Blockchain’s polycentric structure would solve the issue of resilience and integrity, and Monero’s technology could be used to anonymize the commits.

    This would of course come with all of the disadvantages of blockchain, and the project would still need a central authority to accept or reject commits, to manage branches, and to define which transactions represent the HEAD of each branch. I think it’s at least an interesting concept.

    • explodicle@local106.com
      link
      fedilink
      English
      arrow-up
      7
      ·
      4 months ago

      But we can already mirror a git repository, and you can already sign your commits. The weak point here was the developers’ identities, not the platform on which the data was hosted.