Make sure you have all the dependencies set up as explained in
BUILD.md
On the terminal, issue the following commands in the project root:
npm run configure
npm run start:example-cbdc-bridging-app
Wait for the output to show the message CbdcBridgingApp running...
In a second terminal run the following commands from the project root:
3. cd examples/cactus-example-cbdc-bridging-backend
4. npm run test
Make sure you have all the dependencies set up as explained in
BUILD.md
On the terminal, issue the following commands:
npm run configure
npm run start:example-cbdc-bridging-app
Wait for the output to show the message CbdcBridgingApp running...
On the terminal, issue the following commands (steps 1 to 6) and then perform the rest of the steps manually.
npm run configure
- Locate the
.vscode/template.launch.json
file - Within that file locate the entry named
"Example: CBDC Bridging Fabric-EVM App"
- Copy the VSCode debug definition object from 2) to your
.vscode/launch.json
file - At this point the VSCode
Run and Debug
panel on the left should have an option also titled"Example: CBDC Bridging Fabric-EVM App"
which starts the application - Wait for the output to show the message
CbdcBridgingApp running...