alrevuelta / pypowchain

Simple PoW blockchain written in Python, to be used as a learning tool
2 stars 1 forks source link

Attached wallet.py #4

Closed Leonyxtested closed 2 years ago

Leonyxtested commented 2 years ago

How to store public and private keys. At the end of the code the keys are collected for later use. The way to secure and read it is crude but it works. The cleaning, adaptation and translation of the code is something I can't include yet.

Leonyxtested commented 2 years ago

I have checked it and it has problems, it needs to be fixed.