fabric-samples/asset-transfer-basic/chaincode-java
Josh Kneubuhl f7a2eb38f8 Address some PR review feedback points - README reorg
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
2022-04-26 09:32:09 -04:00
..
config/checkstyle asset-transfer-basic Java CC. Adapted from fabcar. Unit tests are attached. Integration testing conducted using test network and asset-transfer-basic application-js. 2020-07-31 09:00:12 -04:00
docker Addresses Issue #548 by providing a simple guide for running Java chaincode as a service with a local debugger. 2022-03-24 15:01:36 -04:00
gradle/wrapper Addresses Issue #548 by providing a simple guide for running Java chaincode as a service with a local debugger. 2022-03-24 15:01:36 -04:00
src Addresses Issue #548 by providing a simple guide for running Java chaincode as a service with a local debugger. 2022-03-24 15:01:36 -04:00
.gitattributes asset-transfer-basic Java CC. Adapted from fabcar. Unit tests are attached. Integration testing conducted using test network and asset-transfer-basic application-js. 2020-07-31 09:00:12 -04:00
.gitignore Addresses Issue #548 by providing a simple guide for running Java chaincode as a service with a local debugger. 2022-03-24 15:01:36 -04:00
build.gradle Address some PR review feedback points - README reorg 2022-04-26 09:32:09 -04:00
Dockerfile Support for using podman with the test-network (#596) 2022-02-08 06:41:56 -05:00
gradlew Addresses Issue #548 by providing a simple guide for running Java chaincode as a service with a local debugger. 2022-03-24 15:01:36 -04:00
gradlew.bat Addresses Issue #548 by providing a simple guide for running Java chaincode as a service with a local debugger. 2022-03-24 15:01:36 -04:00
README.md Address some PR review feedback points - README reorg 2022-04-26 09:32:09 -04:00
settings.gradle asset-transfer-basic Java CC. Adapted from fabcar. Unit tests are attached. Integration testing conducted using test network and asset-transfer-basic application-js. 2020-07-31 09:00:12 -04:00

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: