cosme12 / SimpleCoin

Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python as educational material. In other words, a simple Bitcoin clone.
http://copitosystem.com
MIT License
1.78k stars 395 forks source link

User-friendly addresses #94

Open Aareon opened 1 year ago

Aareon commented 1 year ago

Implement generating user-friendly addresses given a public key, including prefix and checksum for checking validity.