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 #10

Open
lucasleecr opened this issue Oct 1, 2018 · 0 comments
Open

Tendermint #10

lucasleecr opened this issue Oct 1, 2018 · 0 comments

Comments

@lucasleecr
Copy link
Contributor

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

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