• @ramble81
    link
    English
    216 months ago

    Okay. I’ll answer seriously to this. Blockchain can’t store an entire contract (not within reason). Likewise, contracts will never be made public. So at most you’ll get is a pointer to where the contract is held. The contents of the contract can be changed (though you could put a checksum in the chain too), but that still doesn’t address things. Also if you are concerned about “well no one else has a contract” then all that needs to happen is everyone gets a contract, then the chain is inundated with contracts and all you’d have is a pointer and a checksum and you have no idea what’s in the actual contract.

    • loke
      link
      fedilink
      226 months ago

      Not only that. Backroom deals without public documentation has been done since the beginning of humanity.

      Even if blockchains were widely used, these things would happen outside the blockhain and no one would be the wiser.

    • @Bartsbigbugbag@lemmy.ml
      link
      fedilink
      English
      16 months ago

      A contract is text only, that would be a few kb at most when compressed… blockchain can definitely hold that, it can hold images, and someone even put Doom on the blockchain.

    • @isles@lemmy.world
      link
      fedilink
      English
      -5
      edit-2
      6 months ago

      Blockchain can’t store an entire contract (not within reason).

      What do you mean by this? I don’t work directly with blockchain, but it appears Eth has a 12MB block limit, which is 10,000 pages of simple text.

      • @ozymandias117@lemmy.world
        link
        fedilink
        English
        86 months ago

        A block isn’t a single transaction. It’s way too inefficient to scale that way

        A block is a group of transactions

        • @isles@lemmy.world
          link
          fedilink
          English
          26 months ago

          Sure, that makes sense, so it looks like each contract could only be 20 pages of text, at least per transaction.