Comment on Daisy: A private blockchain where blocks are SQLite databases, in GoparentComments−gricardo999yA blockchain is a distributed ledger, not necessarily public, although bitcoin, being the most famous, is public.In this implementation it seems anyone can read the blockchain, but writing to it is permissioned/controlled.
Comments
A blockchain is a distributed ledger, not necessarily public, although bitcoin, being the most famous, is public.
In this implementation it seems anyone can read the blockchain, but writing to it is permissioned/controlled.