In the year 2017,  Bitcoin touched a market capitalization of over 100 billion dollars. In the year 2014, one Bitcoin could buy about 500 dollars, just three years later one Bitcoin buys 16,000 dollars. The Initial Coin Offering or an ICO is becoming the preferred method of raising money. Many countries like Dubai have announced their own crypto-currency called emCash. 

Bitcoin, Ethereum, Blockchain are the most difficult technologies to understand. That's why most people including technology folks cannot understand the future direction of these technologies. The only way to understand anything complex is by going back to the basics. This is what we do in this book. We explain every byte of the Bitcoin blockchain that is downloaded on your computer. Only by going back to your roots can you understand anything complex.

Most of the code in this book is written in Python as today it is the easiest language to use. The Bitcoin Source is written only in C++. Most of the important Bit coin data structures are only documented in code, a bare knowledge of reading and not writing C++ will help.  Finally, the official client for Ethereum is written in the programming language Go. 

This book is written for a programmer. We use code and not words to describe a Blockchain is. We believe that all kinds of people including non-technology folks will need some programming to grasp the basic concepts of the Blockchain. There is no other way to understand this technology. 

Finally, we end with the biggest use of Smart Contracts which is raising money using a ICO. Our primary focus is on Bitcoin’ s and Blockchains and not on Ethereum and Smart Contracts which comprises only 4 chapters. 

TAGLINE

The Future of Value exchange 

KEY FEATURES

  • Book gives a close look at the Blockchains and Bitcoin to understand their inner workings.
  • Book follows a unique style and the actual code decoding the Blockchain is huge contribution to the Virtual Technology world.
  • It demystifies the nuts and bolts of the Blockchain and explains every bit of the block.
  • Programming language such as Python and Go, is used to set out on an adventure to decipher each element in the blockchain with a view to use these elements when building blockchain applications.
  • It explains difficult concepts like Encryption, Segregated witnesses, Merkle Hashes by using a mix of programmes and wity commentary

WHAT WILL YOU LEARN

  • Basics of the Bitcoin Block Header, Transactions - Basics 
  • Computing the Merkle Hash, Bitcoin Addresses 
  • Vanity Bitcoin Addresses, Storing Bitcoin Transactions using SQL 
  • Transactions - Inputs and Outputs 
  • Hiding Data in the blockchain, Signing Transactions 

WHO THIS BOOK IS FOR

The book would be most suitable for business leaders, architects and trainers to understand the capabilities and utilization of these frameworks and help them to choose the right one for respective business need.