memoriesadrift / tuw-cryptocurrencies-blockchain

Blockchain created for the Cryptocurrencies course at TU Wien
0 stars 0 forks source link

Transaction Validation #17

Closed memoriesadrift closed 11 months ago

memoriesadrift commented 11 months ago

closes #16

Big PR, go commit by commit.

I rewrote the transaction file to not use classes for everything, since it's unnecessary and OOP in JS can lead to problems that would otherwise be avoided.

What's still needed

From #15

What works