nanne007 / notes

see issue lists for further discusses
https://github.com/lerencao/notes/issues
9 stars 2 forks source link

about blockchain #77

Closed nanne007 closed 5 years ago

nanne007 commented 6 years ago

blockchain ledger

总账本:append only transactions

blockchain ledger precursor

universal construction for lock-free data structures

Consensus ensures:

  1. agreement: all honest parties agree on which transaction was selected,
  2. termination: all honest parties eventually learn the selected transaction, and
  3. validity: the selected transaction was actually proposed by some party.

private blockchain ledger

peers are identified.

public blockchain ledger

peers are anonymous.

smart contracts