Skip to content

How to verify a private blockchain integrity using Geth or Truffle? #5733

Discussion options

You must be logged in to vote

@luizhstorres Typically one will compare your current node and logs versus a fully confirmed and accepted block on a blockchain explorer index like Etherscan.

In your example when the user uploads data onto the blockchain after it is confirmed by multiple nodes and accepted onto the chain. The data from the spreadsheet is stored into the network and cannot be modified once on chain. If data from the old spreadsheet has been modified, you would have to manually verify the data between the local data from your spreadsheet and what is stored onchain.

I do not think Truffle has a tool to compare data like in your example. However, Consensys does offer multiple security and auditing services h…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by luizhstorres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants