fabric-samples/chaincode/fabcar/java
Matthew B. White 9915995df7 [FAB-16844] Modify pattern for cc images
- remove images that match dev-*
- correcting a dependency

Change-Id: I603dc822260be827ca36677e5c05aa5f196858ae
Signed-off-by: Matthew B. White <whitemat@uk.ibm.com>
2019-10-16 11:48:02 +01:00
..
config/checkstyle [FAB-15213] Add Java FabCar sample contract 2019-07-10 13:53:15 +01:00
gradle/wrapper [FAB-15213] Add Java FabCar sample contract 2019-07-10 13:53:15 +01:00
src [FAB-15993] use new annotations 2019-07-17 16:53:35 +01:00
.gitignore [FAB-15213] Add Java FabCar sample contract 2019-07-10 13:53:15 +01:00
build.gradle [FAB-16844] Modify pattern for cc images 2019-10-16 11:48:02 +01:00
gradlew [FAB-15213] Add Java FabCar sample contract 2019-07-10 13:53:15 +01:00
gradlew.bat [FAB-15213] Add Java FabCar sample contract 2019-07-10 13:53:15 +01:00
README.md [FAB-15213] Add Java FabCar sample contract 2019-07-10 13:53:15 +01:00
settings.gradle [FAB-15213] Add Java FabCar sample contract 2019-07-10 13:53:15 +01:00

Java FabCar contract sample

The directions for using this sample are documented in the Hyperledger Fabric Writing Your First Application tutorial.

The tutorial is based on JavaScript, however the same concepts are applicable when using Java.

To install and instantiate the Java version of FabCar, use the following command instead of the command shown in the Launch the network section of the tutorial:

./startFabric.sh javascript

NOTE: After navigating to the documentation, choose the documentation version that matches your version of Fabric