Skip to content

Instantly share code, notes, and snippets.

@arjunrao87
Last active December 30, 2022 06:40
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save arjunrao87/a9893fad0e6835c0ef97ee7a3d3e50fa to your computer and use it in GitHub Desktop.
Save arjunrao87/a9893fad0e6835c0ef97ee7a3d3e50fa to your computer and use it in GitHub Desktop.
Blockchain resources

Overview

Blockchain

Intro to Blockchain - https://bitsonblocks.net/2015/09/09/a-gentle-introduction-to-blockchain-technology/

Immutability of Blockchains - https://bitsonblocks.net/2016/02/29/a-gentle-introduction-to-immutability-of-blockchains/

Pros and cons of internal blockchains - https://bitsonblocks.net/2015/12/01/the-pros-and-cons-of-internal-blockchains/

Inside Bitcoins blockchain - https://bitsonblocks.net/2015/09/14/inside-bitcoins-blockchain/

https://en.wikipedia.org/wiki/Blockchain

https://blockgeeks.com/guides/what-is-blockchain-technology/

https://www.strategy-business.com/article/A-Strategists-Guide-to-Blockchain

Bitcoin

Intro to bitcoin - https://bitsonblocks.net/2015/09/01/a-gentle-introduction-to-bitcoin/

Intro to Bitcoin mining - https://bitsonblocks.net/2015/09/21/a-gentle-introduction-to-bitcoin-mining/

Bitcoin improvement proposal - https://en.bitcoin.it/wiki/Bitcoin_Improvement_Proposals

Bitcoins network - https://bitsonblocks.net/2016/03/14/bitcoins-network-in-one-infographic/

Ethereum

Intro to Ethereum - https://bitsonblocks.net/2016/10/02/a-gentle-introduction-to-ethereum/

Intro to Smart Contracts - https://bitsonblocks.net/2016/02/01/a-gentle-introduction-to-smart-contracts/

Myths on smart contracts - https://bitsonblocks.net/2017/03/07/three-common-misconceptions-about-smart-contracts/

Online Forums

  1. Quora - https://www.quora.com/topic/Blockchain-database

Code

Blockchain

https://medium.freecodecamp.com/from-what-is-blockchain-to-building-a-blockchain-within-an-hour-4e738efc819d

https://www.quora.com/What-are-the-best-open-source-projects-to-study-blockchain-technology-in-terms-of-simplicity

Bitcoin

Download Bitcoin - https://bitcoin.org/en/download

Bitcoin code base - https://github.com/bitcoin/bitcoin

Books

  1. Down the Rabbit Hole - https://www.amazon.com/dp/B01N9HY76W

  2. Blockchain for Dummies - https://www.amazon.com/Blockchain-Dummies-Computers-Tiana-Laurence-ebook/dp/B06ZY3YDDK/ref=pd_sim_351_5?_encoding=UTF8&psc=1&refRID=P82GDRQAGD6J3ZDFF1SP

  3. Bitcoin and Cryptocurrencies - https://www.amazon.com/Bitcoin-Cryptocurrency-Technologies-Comprehensive-Introduction/dp/0691171696

White papers

  1. Bitcoin - https://bitcoin.org/bitcoin.pdf

Presentations

https://www.slideshare.net/PortiaBurton/python-blockchain-and-bytesize-change

Podcasts

Blockchain - https://futurethinkers.org/41

Marketing the blockchain - https://futurethinkers.org/33

Ethereum - https://futurethinkers.org/16

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