this post was submitted on 22 Aug 2024
491 points (97.5% liked)

Technology

58144 readers
4512 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Chocrates 0 points 4 weeks ago (1 children)

I liked the public ledger of contracts idea someone had. You use the public block chain to sign and store stuff like mortgages, that way everyone sees the same copy.

[–] [email protected] 10 points 4 weeks ago (1 children)

The problem is that there are much-simpler ways to achieve that, if that's all you want. You just take a digital copy of the contract, timestamp it, and have each party cryptographically sign the contract. You don't need a distributed ledger for that.

[–] sazey 2 points 4 weeks ago (2 children)

Distribution ensure integrity of data. Let's say we sign a contract, cryptographically sign it and all that good stuff but then oh no, where we stored your contract went up in fire and now I don't have to honour that contract. (contrived example I know)

[–] [email protected] 8 points 4 weeks ago* (last edited 4 weeks ago)

All parties who are involved in the contract can store a copy of a contract, even if it's not distributed to everyone else.

[–] [email protected] 0 points 3 weeks ago

The signing ensures the integrity of the data, whether using a public block chain or not.

The signed document can be distributed as widely as you'd like - it doesn't need to be attached to a block chain to do this.