Skip to content
Snippets Groups Projects
user avatar
Luca Keidel authored
Before it was possible that a wallet was able to spend more money than it has. The cause were two pending distributed commits in the system at the same time. Since the wallets only update their ledger when the supervisor sends the commit message, they also agreed to the second request because their ledger was not updated. However, the second request could exceed the rest amount of FUCs in the ledger
f45af81d
History

Freie Universität Berlin cryptocurrency (fucoin)

How to run?

We assume that the project is based in <project-folder> and maven is as command line tool installed.

$> cd <project-folder>
$> mvn compile
$> mvn exec:java

Dependencies

  • Java 8
  • Maven
  • Akka Actor