Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 483 Bytes

restserver.md

File metadata and controls

10 lines (6 loc) · 483 Bytes

Rest Server

Unfortunately there is no generic rest server that can generate an API based on your deployed chaincode. You will need to create your own.

The fabric sample balance-transfer includes a node express app providing a rest api, which can be found here