prawn-cake / lecs

The Legendaries™ smart contracts system. Pet project around blockchain and smart contracts.
Apache License 2.0
6 stars 1 forks source link

Transaction design #4

Open prawn-cake opened 6 years ago

prawn-cake commented 6 years ago

Each transaction should contain

Set of transactions will be combined in a block having Merkle-tree (#1) structure.

Transaction is considered valid if it's signed by the sender

prawn-cake commented 6 years ago

Take a look at my blockchain 101 slides.

It answers some design questions.