Author

Topic: Building a blockchain in Python (Read 1571 times)

legendary
Activity: 3906
Merit: 6249
Decentralization Maximalist
June 11, 2017, 06:37:15 AM
#3
For some practical examples:

There is an implementation of "naivechain" (a very, very simple blockchain, originally written in JavaScript) in Python: https://github.com/alexyer/naivechain.py

Also, "Bitcoins the hard way", may be useful for you. It consists of very small python scripts that do basic Bitcoin tasks like the sending of a transaction.

tyz
legendary
Activity: 3346
Merit: 1530
June 08, 2017, 11:09:25 AM
#2
There is not much documentation or tutorials specific for blockchain and Python. I suggest to first get into the basics of the blockchain. You need at least a basic understanding to be able to develop the software in any programming language. I recommend these both source to start with:
https://github.com/digital-dreamer/blockchain-programming/wiki/Video-lectures-and-courses
https://www.coursera.org/learn/cryptocurrency
newbie
Activity: 9
Merit: 0
June 08, 2017, 09:25:57 AM
#1
I'm fairly new to bitcoin and blockchain, and figured the best way to learn was to build a simple blockchain with a high-level language (python). I'm having trouble with the networking aspects of blockchains. Can anyone point me in the right direction? Thanks!
Jump to: