Skip to content
/ ledger Public

Decentralized public blockchain designed to store auction transactions. The goal is to create an immutable and transparent ledger that supports an auction marketplace.

License

Notifications You must be signed in to change notification settings

cmps5/ledger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public Ledger for Auctions

Decentralized public blockchain designed to store and manage auction transactions in a secure and transparent manner. Built for the System and Data Security course (2024/2025), this project ensures data integrity, resilience, and decentralized trust using a custom blockchain layered on top of a Kademlia-based P2P network.

Note: read the report for more info.

Build

$ mvn clean install

Run bootstrap node

$  mvn exec:java -Dexec.mainClass=peer.BootStrap

Run clients

$ mvn exec:java -Dexec.mainClass=peer.Peer -Dexec.args="<ip> <port>"

There is a lot to improve, but maybe in the future.

About

Decentralized public blockchain designed to store auction transactions. The goal is to create an immutable and transparent ledger that supports an auction marketplace.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages