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
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Primary Changes
---------------
1. Removed examples/supply-chain-app/package.json and
moved the other files to cactus-example-supply
-chain-backend
2. Updated the docs to match the updated path of the
supply-chain-app files to cactus-example-supply-
chain-backend and the new steps on how run the
latest supply chain app
3. Updated the code responses in connector-fabric from
null to (0) based on the logs and responses while
running the application.
4. Added a parse.int for shelfCount in bookshelf-
converter because it requires a number but instead
the value becomes a string before it is submitted.
Fixeshyperledger-cacti#2721
Signed-off-by: aldousalvarez <aldousss.alvarez@gmail.com>
8. Within that file locate the entry named `"Example: Supply Chain App"`
88
-
88
+
89
89
9. Copy the VSCode debug definition object from 2) to your `.vscode/launch.json` file
90
-
90
+
91
91
10. At this point the VSCode `Run and Debug` panel on the left should have an option also titled `"Example: Supply Chain App"` which starts the application
92
-
92
+
93
93
11. When the application finishes loading, the JWT token generated is displayed on the terminal
94
-
94
+
95
95
12. Visit http://localhost:3200 in a web browser with Javascript enabled and insert the token when prompted
5. Within that file locate the entry named `"Example: Supply Chain App"`
110
-
110
+
111
111
6. Copy the VSCode debug definition object from 2) to your `.vscode/launch.json` file
112
-
112
+
113
113
7. At this point the VSCode `Run and Debug` panel on the left should have an option also titled `"Example: Supply Chain App"` which starts the application
10. When the application finishes loading, the JWT token generated is displayed on the terminal
120
-
120
+
121
121
11. Visit http://localhost:8000 in a web browser with Javascript enabled and insert the token when prompted
122
-
122
+
123
123
12. At this point if you modify the source code of the GUI application under the `./examples/cactus-example-supply-chain-frontend/` path it will automatically reload the browser window (you will need to paste in the JWT again when this happens)
0 commit comments