https://github.com/apppear/itkoin
https://github.com/apppear/itkoin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/apppear/itkoin
- Owner: AppPear
- Created: 2019-09-12T08:29:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T08:41:15.000Z (almost 7 years ago)
- Last Synced: 2026-01-01T16:32:40.322Z (7 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ITKoin
This project was made for Crypto course on PPCU University. Main goals of this final project to understand and practice:
* RSA algorithm
* RSA key generation
* Handling private and public keys
* Loading and storing keys
* Blockchains
* creating transactions
* gathering transactions into blocks
* creating blocks
* signing blocks
* validating newly created transactions
* mining blocks and attaching them into the chain
* validating the blockchain