After completing all of the preceding tasks, we are now ready to build a Hyperledger Explorer application.
Building Hyperledger Explorer
How to do it...
Execute the following commands:
- You will notice that all is running as expected:
$ cd ~/blockchain-explorer/
$ sudo npm install
> pkcs11js@1.0.16 install /home/ubuntu/blockchain-explorer/node_modules/pkcs11js
> node-gyp rebuild
make: Entering directory '/home/ubuntu/blockchain-explorer/node_modules/pkcs11js/build'
....
make: Leaving directory '/home/ubuntu/blockchain-explorer/node_modules/pkcs11js/build'
added 2 packages from 1 contributor in 392.181s
- Otherwise, if you have been running everything with sudo, you might get a permission-denied error,...