RE: RE: Programming - Implementing a Blockchain using Python and Flask [Dev Blog 2]
You are viewing a single comment's thread from:

RE: Programming - Implementing a Blockchain using Python and Flask [Dev Blog 2]

Words
54
Reading
1 min
Listen
Play
5y

Yeah, there are many ways of storing the blockchain.
I just don't want to complicate things too much, and so that's why I chose to simply store .json files for every single thing.
It would be interesting to see a fork with some form of SQL databases!
If you're up to the challenge! 😛