merkle-proofs-for-offline-data-integrity icon indicating copy to clipboard operation
merkle-proofs-for-offline-data-integrity copied to clipboard

Merkle Proofs for Offline Data Integrity

Code for an ethereum.org article.

  • To install

    yarn
    
  • To run the sample JavaScript code

    node scripts/index.js 
    
  • To test the Solidity code using the test code:

    yarn hardhat test