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

Tendermint #5

Closed
lagerfeuer opened this issue Nov 6, 2020 · 0 comments
Closed

Tendermint #5

lagerfeuer opened this issue Nov 6, 2020 · 0 comments

Comments

@lagerfeuer
Copy link
Owner

Link to the codebase

https://github.com/tendermint/tendermint

Which release/version did you read?

0.12.1 (https://github.com/tendermint/tendermint/releases/tag/v0.12.1)

Why it is a good project to read?

  • A full blockchain implementation in Go
  • Generic/stand-alone blockchain and consensus engine. Can be used to build custom blockchain applications through the abci interface (also part of the tendermint project).

Starting point

Reading order

  • Tendermint core cli
  • Abci cli
  • P2P network
  • Transaction, blockchain, consensus

Interesting parts

  • Blockchain and consensus
  • Abci interface

Any parts should be skipped?

  • Non core blockchain stuff.

Any other tips?

  • Read the documentation first to learn how the cli works.
  • Setup local tendermint core instances. Useful for setting debugger when get stuck.
  • Be prepared to invest a lot of time. It's a large project with many dependencies in separate repos. Focus on tendermint core and abci.

Links and resources

Contributor

@lucasleecr


This issue has been cloned from: CodeReaderMe#10

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

No branches or pull requests

1 participant