Just a really simple, insecure and incomplete implementation of a blockchain for a cryptocurrency made in Python. The goal of this project is to make a working blockchain currency, keeping it as simple as possible and to be used as educational material.
This project is just being made for fun. If you want to make your own cryptocurrency you should probably take a look at the Bitcoin Repository.
Taking a look at the Bitcoin organization wiki website we can find this definition:
A block chain is a transaction database shared by all nodes participating in a system based on the Bitcoin protocol. A full copy of a currency's block chain contains every transaction ever executed in the currency. With this information, one can find out how much value belonged to each address at any point in history.
You can find more information in the original Bitcoin Paper.
- Secure Transaction Using diffrent keys. 2.Decentralised Network 3.Wallet Management Features. 4.Remotley Transfer DATA from Anywhere. 5.All the Transaction Are in Encrypted Format And Immutablr 6.Permissionless You Dont need To take Someone's Permission To perform transaction
1.Controlled Supply. 2.No debt But Bearer.
It is Based On Django And Python.