Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hammad-ali18 committed Aug 20, 2024
1 parent 8fcaf3d commit 456be5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This system is significant in solving global supply chain issues as it provides
To get started with this project,
1. Clone the repository.
2. In `identeefi-postgres-database`, import the csv files to your own postgres database.
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.
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.
4. In `identeefi-frontend-react`, run `npm i` to install the dependencies and run `npm start` to start localhost.
5. You can inspect `identeefi-smartcontract-solidity` directory to view the smart contract details that is deployed to the Sepolia Testnet.
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/).
Expand Down
4 changes: 2 additions & 2 deletions identeefi-frontend-react/src/components/pages/AddProduct.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ const AddProduct = () => {
maxRedirects: 0,
headers: {
'Content-Type': 'multipart/form-data',
pinata_api_key: 'fa2b19b73212285f0b63',
pinata_secret_api_key: '3eb7e681c6a2bf3ce1f032102cae6842a0a77dccde1afdc198dc375b3993e393'
pinata_api_key: '',
pinata_secret_api_key: ''
}
});
return `https://aquamarine-accessible-takin-121.mypinata.cloud/ipfs/${resFile.data.IpfsHash}`;
Expand Down

0 comments on commit 456be5f

Please sign in to comment.