Hacker News new | ask | show | jobs
by CiPHPerCoder 3087 days ago
A distributed ledger doesn't necessarily mean a decentralized one.

This is a handy reference to decide if you're building a cryptographic ledger or a blockchain: https://gist.github.com/joepie91/e49d2bdc9dfec4adc9da8a8434f...

1 comments

I think the confusion stems from permissioned vs permissionless blockchain, and the comment you replied assumed you were talking about one instead of the other. I find the plain term "blockchain" rather vague in that regard.

In addition to this github gist, I like http://doyouneedablockchain.com/ .

For precision, it’s good to distinguish between decentralization and permissionlessness as separate axes. Technically speaking the two are commonly positively correlated, but you can build centralized, permissionless systems and decentralized, permissioned systems.