@hyperledger/cactus-example-cbdc-bridging-backend v2.0.0
Hyperledger Cactus Example - CBDC Bridging between Fabric and Besu Backend
Running the Test Suites
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 configurenpm 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
Running the Example Application Locally
Make sure you have all the dependencies set up as explained in
BUILD.md
On the terminal, issue the following commands:
npm run configurenpm run start:example-cbdc-bridging-app
Wait for the output to show the message CbdcBridgingApp running...
Debugging the Example Application Locally
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.jsonfile - 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.jsonfile - At this point the VSCode
Run and Debugpanel 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...
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago