Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction design #4

Open
prawn-cake opened this issue Jan 27, 2018 · 1 comment
Open

Transaction design #4

prawn-cake opened this issue Jan 27, 2018 · 1 comment

Comments

@prawn-cake
Copy link
Owner

prawn-cake commented Jan 27, 2018

Each transaction should contain

  • UID (which should have Proof-of-work)
  • Payload
  • Timestamp (can be a part of payload)

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
Copy link
Owner Author

Take a look at my blockchain 101 slides.

It answers some design questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant