mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Node.js CC: As a result of using the new protobufjs library, certain external APIs have changed in the Node.js chaincode. The samples need to be updated to use these new APIs. Java CC: As a result of moving to Java 11, we hit this issue: https://github.com/gradle/gradle/issues/8286 The sample needs to be updated to specify the absolute path to checkstyle's suppression.xml. Signed-off-by: Simon Stone <sstone1@uk.ibm.com> Change-Id: I4db886b3feff46d165e05a7eda624230b65f9cbe |
||
|---|---|---|
| .. | ||
| config/checkstyle | ||
| gradle/wrapper | ||
| src | ||
| .gitignore | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| README.md | ||
| settings.gradle | ||
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