A mini project for the subject Blockchain Lab, BEIT Group Memebers: Kishor Jena, Rahul Chuahan, Ritik Kandare
Prerequisite: Make sure Ganache is running and Metamask is connected.
-
Run the command inside project directory where package.json exist
npm install
-
Install truffle
npm -g install truffle
-
Compile COntract
truffle compile
-
Deploy contract
truffle deploy
-
Then copy contract address of PasswordManager and replace it in
src\utils.js
-
Copy content from
build\contracts\PasswordManager.json
tosrc\abi.json
-
Run
npm start