Skip to content

A simple blockchain in Python. For educational purposes only.

Notifications You must be signed in to change notification settings

AnoRebel/RebelCoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A simple blockchain in Python. For educational purposes only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages