This chaincode is necessary for the system running due to the chaincode defines the operation that can be adapted in the network.
- You need pull this folder into a
<your folder name>
in the/fabric-samples/asset-transfer-basic/
- You need to apply this chaincode in your network, use
./network.sh deployCC -ccn basic -ccp <your folder route> -ccl java
- After this, you can run step #5 in the project guideline.
This sample implements the basic asset transfer scenario, illustrating the use of the Java Contract SDKs to provide a smart contract as a service.
To run this chaincode contract locally on a development network, see:
- Debugging chaincode as a service (Kube test network)
- End-to-end with the test-network (Docker compose)