Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed: QrCode details , Profile image display, Integrated Web3modal hook,and IPFS metadata for the product ' registeration, block.timestamp on Contract side only not on Frontend,and few changes over UI #6

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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 All @@ -59,4 +59,8 @@ For more information, you can view our user manual:
[View User Manual](/user-manual.pdf)


## VANAR DEPLOYEMENT
- CONTRACT_ADDRESS (old) 0x0C778A1762BEb8878947E56966E56EC8F476ebAc



Empty file added identeefi-backend-node/.env
Empty file.
1 change: 1 addition & 0 deletions identeefi-backend-node/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.env
1 change: 1 addition & 0 deletions identeefi-backend-node/node_modules/.bin/color-support

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions identeefi-backend-node/node_modules/.bin/mime

This file was deleted.

1 change: 1 addition & 0 deletions identeefi-backend-node/node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions identeefi-backend-node/node_modules/.bin/mime.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions identeefi-backend-node/node_modules/.bin/mime.ps1

This file was deleted.

12 changes: 0 additions & 12 deletions identeefi-backend-node/node_modules/.bin/mkdirp

This file was deleted.

1 change: 1 addition & 0 deletions identeefi-backend-node/node_modules/.bin/mkdirp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions identeefi-backend-node/node_modules/.bin/mkdirp.cmd

This file was deleted.

28 changes: 0 additions & 28 deletions identeefi-backend-node/node_modules/.bin/mkdirp.ps1

This file was deleted.

1 change: 1 addition & 0 deletions identeefi-backend-node/node_modules/.bin/node-pre-gyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions identeefi-backend-node/node_modules/.bin/nodemon

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions identeefi-backend-node/node_modules/.bin/nodetouch

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions identeefi-backend-node/node_modules/.bin/nopt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions identeefi-backend-node/node_modules/.bin/rimraf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions identeefi-backend-node/node_modules/.bin/semver

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading