christianskovly / pieChain

Basic blockchain for raspi
0 stars 0 forks source link

Show transactions/blocks for Blockchain Dapp #16

Open choir27 opened 6 months ago

choir27 commented 6 months ago

Look at the getBlock method in controllers/blockchainExplorer.js

User should be able to view all their respective transactions/blocks

Should only focus on functionality for now instead of design at the moment

Consider pagination for large amounts of data

https://www.w3schools.com/css/css3_pagination.asp

christianskovly commented 6 months ago

The beginnings of this start at line 260 in file networkNode.js in the BLOCKCHAIN EXPLORER section. The data in the blockchain is for everyone to see. If this is for the wallet, only grab transactions based on user address