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
Copy file name to clipboardExpand all lines: examples/cactus-example-supply-chain-frontend/src/app/bamboo-harvest/bamboo-harvest-list/bamboo-harvest-list.page.ts
+7-1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ import { QUORUM_DEMO_LEDGER_ID } from "../../../constants";
Copy file name to clipboardExpand all lines: examples/supply-chain-app/README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@
19
19
2. Observe the example application pulling up in the logs
20
20
1. the test ledger containers,
21
21
2. a test consortium with multiple members and their Cactus nodes
22
-
3. Wait for the output to show the message `INFO (api-server): Cactus Cockpit reachable http://0.0.0.0:3100`
23
-
4. Visit http://0.0.0.0:3100in your web browser with Javascript enabled
22
+
3. Wait for the output to show the message `INFO (api-server): Cactus Cockpit reachable http://0.0.0.0:3200`
23
+
4. Visit http://0.0.0.0:3200in your web browser with Javascript enabled
24
24
25
25
## Building and running the container locally
26
26
@@ -61,4 +61,6 @@ On the terminal, issue the following commands (steps 1 to 6) and then perform th
61
61
7. Locate the `.vscode/template.launch.json` file
62
62
8. Within that file locate the entry named `"Example: Supply Chain App"`
63
63
9. Copy the VSCode debug definition object from 2) to your `.vscode/launch.json` file
64
-
10. At this point the VSCode `Run and Debug` panel on the left should have an option also titled `"Example: Supply Chain App"` which
64
+
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
65
+
11. When the application finishes loading, token generated is displayed on the terminal
66
+
12. Visit http://localhost:3200 in a web browser with Javascript enabled and insert the token when prompted
0 commit comments