You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This system is significant in solving global supply chain issues as it provides
41
41
To get started with this project,
42
42
1. Clone the repository.
43
43
2. In `identeefi-postgres-database`, import the csv files to your own postgres database.
44
-
3. In `identeefi-backend-node`,run `npm i` to install the dependencies and change the postgres credentials to your postgres crediantials and run `node postgres.js` to start the backend execution.
44
+
3. In `identeefi-backend-node`,run `npm i` and then run `npm start` to install the dependencies and change the postgres credentials to your postgres crediantials and run `node postgres.js` to start the backend execution.
45
45
4. In `identeefi-frontend-react`, run `npm i` to install the dependencies and run `npm start` to start localhost.
46
46
5. You can inspect `identeefi-smartcontract-solidity` directory to view the smart contract details that is deployed to the Sepolia Testnet.
47
47
6. To perform transactions, setup your Metamask wallet and connect your wallet to the Sepolia Tesnet Network and transact using SepoliaETH which can be obtained for free on Seplolia Faucet (https://sepoliafaucet.com/).
0 commit comments