scorelab / ChainKeeper

Web platform to analyze crypto Blockchain
GNU General Public License v3.0
76 stars 82 forks source link

FIx Issue 44 and MInor change to the Readme file #91

Open ChakshuGupta opened 4 years ago

ChakshuGupta commented 4 years ago

The installation steps mentioned in the Readme file were - cd ChainKeeper npm install npm start

The problem was that the main ChainKeeper directory doesn't contain the package.json file. It is inside the ChainKeeper/chainkeeper_app/. So I updated the Readme to reflect the same.

Added fsevents as an optional dependency in the package.json file to keep the npm install from giving errors.