minus-squarerobinm@lemmyrs.orgtoProgramming@programming.dev•What do you think would be an actually good use of blockchain/smart contracts? What kind of problems (big or small) is it a good tool for?linkfedilinkEnglisharrow-up1·edit-21 year agogit Its backing store is an (immutable) merkle tree, which is a chain of crypographically signed object (commits, trees and blob), aka a chain of block, aka a blockchain. linkfedilink
git
Its backing store is an (immutable) merkle tree, which is a chain of crypographically signed object (commits, trees and blob), aka a chain of block, aka a blockchain.