https://github.com/nidhi-singh02/cattle-trade
This is the Hyperledger Fabric implementation of Cattle Trading scenario.
https://github.com/nidhi-singh02/cattle-trade
hyperledger-composer hyperledger-fabric
Last synced: about 1 month ago
JSON representation
This is the Hyperledger Fabric implementation of Cattle Trading scenario.
- Host: GitHub
- URL: https://github.com/nidhi-singh02/cattle-trade
- Owner: nidhi-singh02
- Created: 2019-06-22T03:47:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:37:33.000Z (over 3 years ago)
- Last Synced: 2025-01-11T22:17:56.239Z (over 1 year ago)
- Topics: hyperledger-composer, hyperledger-fabric
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cattle-trade
This is an Cattle Tracking Business Network. Farmers can sell cattles to other farmers and cattle's milk to dairy companies.The farmers upload the health certificate which is approved by veterenarians and the government official provides digital identity of the farmer with digital signature.
This business network defines:
**Participants**
`Farmer` `Dairy Companies` `Veterinarians` `Government official`
**Assets**
`Cattle` `Milk` `Auction`
**Transactions**
Multiple transactions related to each participant.
Each Farmer owns one or more cattles that is identified by an unique CattleID.Cattles can be transferred between Farmers and milk can be transferred between Farmers and Dairy companies.