NutriSafe-DLT / producer-dashboard

Contains the producer dashboard web application and its containerized version. Upcoming: Scenario support for logistics and coffee supply chains.
2 stars 0 forks source link

Chaincode change necessary to retrieve HLF transactions #91

Open CodingSinceThe80s opened 3 years ago

CodingSinceThe80s commented 3 years ago

As an API consumer (Chaincode client - REST API) I would like to be able to retrieve specific transactions from the ledger using a chain code function in order to route this data to my own authorized API clients.

Repository: Chaincode: Github chaincode repository Repository: REST API Github REST API repository