Skip to content

Commit 456be5f

Browse files
committed
Updated README.md
1 parent 8fcaf3d commit 456be5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This system is significant in solving global supply chain issues as it provides
4141
To get started with this project,
4242
1. Clone the repository.
4343
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.
4545
4. In `identeefi-frontend-react`, run `npm i` to install the dependencies and run `npm start` to start localhost.
4646
5. You can inspect `identeefi-smartcontract-solidity` directory to view the smart contract details that is deployed to the Sepolia Testnet.
4747
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/).

identeefi-frontend-react/src/components/pages/AddProduct.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ const AddProduct = () => {
196196
maxRedirects: 0,
197197
headers: {
198198
'Content-Type': 'multipart/form-data',
199-
pinata_api_key: 'fa2b19b73212285f0b63',
200-
pinata_secret_api_key: '3eb7e681c6a2bf3ce1f032102cae6842a0a77dccde1afdc198dc375b3993e393'
199+
pinata_api_key: '',
200+
pinata_secret_api_key: ''
201201
}
202202
});
203203
return `https://aquamarine-accessible-takin-121.mypinata.cloud/ipfs/${resFile.data.IpfsHash}`;

0 commit comments

Comments
 (0)