adambudziak / blogchain

Other
2 stars 1 forks source link

Implement total sums in blockchain #38

Open adambudziak opened 5 years ago

adambudziak commented 5 years ago

The frontend should show the total amount of money earned by the author of the post/comment. This should probably be tracked on the blockchain itself, as doing it in the backend raises multiple issues regarding synchronization and failures.