January 2020
Intermediate to advanced
530 pages
11h 11m
English
The bRead() function is called to compare the hash of a file in the monitored directory with the hash signature recorded previously in the blockchain. It takes the hash of the directory path of a file (p) and the current hash of the file (d) as input parameters:
async function bRead (p,d) { try { const wallet = new FileSystemWallet('/home/ishan/docsapp/wallet'); ...Read now
Unlock full access