- Developing Applications using Hyperledger Fabric (using the new programming model)
https://hyperledger-fabric.readthedocs.io/en/latest/developapps/developing_applications.html
- Fabric Application Developer samples (Contracts, SDK, Tutorials):
- Fabric samples Repo (eg Commercial Paper, Fabcar): : https://github.com/hyperledger/fabric-samples/tree/release-1.4/
- 'Animal Tracking' TypeScript sample Contract/App Client (based on 1.4) https://github.com/mahoney1/animaltracking with
Tutorial: https://github.com/mahoney1/docs/blob/master/animaltracking-tutorial.md
- Go developer API (prototype) example - (see README): https://github.com/awjh-ibm/fabric-go-developer-api
...