From 08a4ed7214c559630a19e731e7004a751d21d481 Mon Sep 17 00:00:00 2001 From: Saptarshi Majumder <32464366+iraj465@users.noreply.github.com> Date: Thu, 4 Mar 2021 22:45:54 +0530 Subject: [PATCH] Update README.md --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9406a72..6ccb2aa 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,14 @@ ADD TIMESTAMP WHILE CREATING PRODUCTS IN MANUFACTURER PAGE (BOTH IN ANGULAR AND # SuppplyChain Crypto-GSTIN Asset traceability +This repository implements an optimized PoC Blockchain Asset Traceability system with a new mode of asset tracing. It uses a crpyto ETH based GSTIN which unique identifies each product lot of individual components or products. An API layer on top of Solidity contract is provided by leveraging WebJs. + This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7. ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. -## Code scaffolding - -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. ## Build @@ -25,7 +24,3 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github. ## Running end-to-end tests Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). - -## Further help - -To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).