https://github.com/progaurab/fabcarjava
https://github.com/progaurab/fabcarjava
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/progaurab/fabcarjava
- Owner: progaurab
- Created: 2020-05-08T07:27:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T07:31:12.000Z (about 5 years ago)
- Last Synced: 2025-01-10T00:14:27.118Z (5 months ago)
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java FabCar contract sample
The directions for using this sample are documented in the Hyperledger Fabric
[Writing Your First Application](https://hyperledger-fabric.readthedocs.io/en/latest/write_first_app.html) 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](https://hyperledger-fabric.readthedocs.io/en/release-1.4/write_first_app.html#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