mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
This patch fixes the gradle version used in asset-transfer-basic/ chaincode-java build to 7. The reason is because the gradle version in the gradle:jdk11-alpine image is updated from 7 to 8, which seems to cause the build to fail. Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com> |
||
|---|---|---|
| .. | ||
| config/checkstyle | ||
| docker | ||
| gradle/wrapper | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle | ||
| Dockerfile | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle | ||
Basic Asset Transfer
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)