Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 807 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 807 Bytes

RebelCoin

This is like the almost exact copy of Xavier Decuyper's very simple blockchain implementation in Javascript - SavjeeCoin, only, this is written purely in Python..

It still has some errors and kinks to work on so it doesnt work exactly like SavjeeCoin, but it was a good test for me to see if I could do it or not.

Like SavjeeCoin, I also made a frontend demo for this here, written in Python too using Flask.

Features


  • Simple proof-of-work algorithm
  • Verify blockchain (to prevent tampering)
  • Generate wallet (private/public key)
  • Sign transactions

TODO

[ ] Add Tests

For education purposes only. This is by no means a complete implementation and it is by no means secure!