EEMplekei / BlockChat

A blockchain from scratch
0 stars 0 forks source link

Make client to be able to print the whole transactions #41

Closed ntua-el19096 closed 8 months ago

ntua-el19096 commented 8 months ago

The wallet.py file keeps a list of all transactions from that the sender or receiver id is that wallet. Add a frontend (client) feature to print all the transactions from a single wallet.

ntua-el19001 commented 8 months ago

I almost fix it. Endpoint in public_api is created. Something is going wrong with the receivers transactions. This should be fixed!! And we should also add a simple functionality in client.py for this