An open API service indexing awesome lists of open source software.

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.

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.