Skip to content

Commit

Permalink
Merge pull request #36 from KukretiShubham/main
Browse files Browse the repository at this point in the history
Added : Bitcoin resources
vinzvinci authored Feb 11, 2022

Verified

This commit was signed with the committer’s verified signature.
MrHadiSatrio Hadi Satrio
2 parents f0cfc7b + 7a766e0 commit 7407c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions learning-guide/beginner.md
Original file line number Diff line number Diff line change
@@ -29,6 +29,9 @@ The above may not seem like much, but it is all you need to join the revolution
| Title | Content | Link
| --- | --- | ---|
| **Mastering Bitcoin** | Mastering Bitcoin is a book for developers, although the first two chapters cover bitcoin at a level that is also approachable to non-programmers. Anyone with a basic understanding of technology can read the first two chapters to get a great understanding of bitcoin. | <https://github.com/bitcoinbook/bitcoinbook>
| **Grokking Bitcoin** | Grokking Bitcoin opens up this powerful distributed ledger system, exploring the technology that enables applications both for Bitcoin-based financial transactions and using the blockchain for registering physical property ownership. | <https://github.com/kallerosenbaum/grokkingbitcoin>
| **Programming Bitcoin** | How to program a Bitcoin library from scratch. You’ll learn how to work with the basics, including the math, blocks, network, and transactions behind this popular cryptocurrency and its blockchain payment system. | <https://github.com/jimmysong/programmingbitcoin>
| **Mastering the Lightning Network** | The book describes the Lightning Network (LN), a Peer-to-Peer protocol running on top of Bitcoin and other blockchains, which provides near-instant, secure, micro-payments. | <https://github.com/lnbook/lnbook>
| **Mastering Ethereum** | Mastering Ethereum is a book for developers, offering a guide to the operation and use of the Ethereum, Ethereum Classic, RootStock (RSK), and other compatible EVM-based open blockchains. | <https://github.com/ethereumbook/ethereumbook>

## YouTube

0 comments on commit 7407c34

Please sign in to comment.