fabric-samples/chaincode/fabcar/java
2020-02-22 13:13:36 -05:00
..
config/checkstyle Merge branch 'master' of https://github.com/JonathanMurphy2/fabric-samples into release-1.4 2020-02-22 13:13:36 -05:00
gradle/wrapper Merge branch 'master' of https://github.com/JonathanMurphy2/fabric-samples into release-1.4 2020-02-22 13:13:36 -05:00
src [FAB-15213] Add Java FabCar sample contract 2019-07-29 11:59:30 +00:00
.gitignore [FAB-15213] Add Java FabCar sample contract 2019-07-29 11:59:30 +00:00
build.gradle Merge branch 'master' of https://github.com/JonathanMurphy2/fabric-samples into release-1.4 2020-02-22 13:13:36 -05:00
gradlew Merge branch 'master' of https://github.com/JonathanMurphy2/fabric-samples into release-1.4 2020-02-22 13:13:36 -05:00
gradlew.bat Merge branch 'master' of https://github.com/JonathanMurphy2/fabric-samples into release-1.4 2020-02-22 13:13:36 -05:00
README.md [FAB-15213] Add Java FabCar sample contract 2019-07-29 11:59:30 +00:00
settings.gradle Merge branch 'master' of https://github.com/JonathanMurphy2/fabric-samples into release-1.4 2020-02-22 13:13:36 -05: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