Skip to content

A simple blochain and cryptocurrency stimulation using java and simple data structures for ds mini project for DS Course SEM III CE (2022)

License

Notifications You must be signed in to change notification settings

Hitstar53/KTH-Coin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kth coin logo

KTH Coin

Aim to create a simple blockchain and a crypto currency on top of it using vanilla data structures like linked lists & graphs in Java

Setup

Run: git clone https://github.com/Hitstar53/KTH-Coin.git
Create: cryptodb database with tables: users,buy & sell
Run: App.java for running the buy/sell portal GUI

About

The KTH blockchain has addition and deletion of blocks on buy/sell commands. It also has the secure SHA-256 Algorithm applied as the hashing algorithm for its blocks
All transactions are stored in a sperate class object with relevant information about the sender & the reciever
The trade of the crypto currency is stimulated using a GUI made entirely in Java Swing

About

A simple blochain and cryptocurrency stimulation using java and simple data structures for ds mini project for DS Course SEM III CE (2022)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages