fabric-samples/chaincode/fabcar/java
2022-07-26 16:55:41 +02:00
..
config/checkstyle Working adding via api 2022-07-26 16:55:41 +02:00
gradle/wrapper Working adding via api 2022-07-26 16:55:41 +02:00
src Working adding via api 2022-07-26 16:55:41 +02:00
.gitignore Working adding via api 2022-07-26 16:55:41 +02:00
build.gradle Working adding via api 2022-07-26 16:55:41 +02:00
gradlew Working adding via api 2022-07-26 16:55:41 +02:00
gradlew.bat Working adding via api 2022-07-26 16:55:41 +02:00
README.md [FAB-15213] Add Java FabCar sample contract 2019-07-29 11:59:30 +00:00
settings.gradle Working adding via api 2022-07-26 16:55:41 +02: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