January 2020
Intermediate to advanced
530 pages
11h 11m
English
Create a new Node.js app called hashcheck.js in your project directory by going through the following steps:
var fs = require('fs');var path = require('path');const { Keccak } = require('sha3');const { FileSystemWallet, Gateway } = require('fabric-network');var express = require("express");var bodyParser = require("body-parser");
The following list describes the dependencies -
Read now
Unlock full access