Hacker News new | ask | show | jobs
by spookthesunset 3059 days ago
> Because this way you have a public ledger that can't be mutated without notifying the public.

Can't this be done with something like git?

1 comments

Which is basically what a blockchain is... Just that instead of a cryptographically append-only acyclic directed graph, its a cryptographically append-only linked list.