-
Docker installed with appropriate sudo permissions.
-
Install Fabric Binaries
Run this command to install necessary Fabric binaries:
./install-fabric.sh binary
script to start net-2(root)
./create-network.sh
npm run configure
npm run start:healthcare-backend
http://localhost:5984/_utils/ COUCHDB_USER=admin COUCHDB_PASSWORD=adminpw
Navigate to the backend directory and run the following command to start the backend for intrachain operations:
cd backend
npm start
./tape-Linux-X64 commitOnly --config=config.yaml --number=1000
cd source/cactus-healthcare-business-logic-plugin
npm run generate-sdk:typescript-axios
cd source/cactus-healthcare-backend/dist/lib/main/typescript
const cactus_healthcare_business_logic_plugin_1 = require("../../../../cactus-healthcare-business-logic-plugin");
to
cactus_healthcare_business_logic_plugin_1 = require("../../../../../cactus-healthcare-business-logic-plugin");
Remove the volume of the fabric-all-one container (remove the container)