• Stars
    star
    1
  • Language
    C
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An Application that illustrates a cryptocurrency blockchain network. Based on client/server architecture with the help of POSIX message queues (MQ), in which the miners(clients) are mining blocks(calculate hashes) and send those blocks to a server that verifies and adds them to its blockchain.