Ethereum blockchain and Smart contract based online publication authenticity finder tool
Download & install ganache or gethfor private blockchain server.
Download Nodejs.
start ganache / geth on port 8545 or use testrpc
for test blockchain server
open terminal and type
testrpc
open another tab in terminal and type
git clone https://github.com/nkkumawat/publish_auth
cd publish_auth/PriChain
npm install
npm start