Where can I learn how to build a blockchain from scratch?

5

2

I am a newby programmer, I am learning python and objective C and I want to learn how to build a blockchain from the beginning. Are there any resources that could help me.

iivri andre

Posted 2016-10-02T15:07:01.113

Reputation: 141

Question was closed 2019-08-04T00:06:15.060

Answers

4

There was a recent presentation by Portia Burton going over some of the basic steps in creating your own custom blockchain based on Ethereum, however it is in Node not Python as you are requesting.

It's not incredibly detailed, but still it could be useful: https://youtu.be/QWHjp_nzxaY?t=14m11s

There's also this guide on bitcointalk using C++ and the litecoin source code. https://bitcointalk.org/index.php?topic=225690.0

m1xolyd1an

Posted 2016-10-02T15:07:01.113

Reputation: 3 356

Am I correct to assume that I can copy Ethereum's source code, modify it to create my own blockchain and sell my new currency, without any problems provided that I follow GPL?Curt 2017-06-07T00:25:30.027