How to implement Hyperledger composer rest api by own with nodejs?

110 Views Asked by At

I am developing application using hyperledger composer.My role is as a developer and I am working on chan code as well as rest api. As framework provides rest server with automatically gnerated API. Is it possible to develop api in nodejs by own? My aim is to take full control on restapi server so i no need to implement more api for other things in application.

1

There are 1 best solutions below

4
On BEST ANSWER

Yes. You can develop your own API using the Hyperledger Fabric SDK for node.js.