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.
Asked
Active
Viewed 99 times
1 Answers
0
Yes. You can develop your own API using the Hyperledger Fabric SDK for node.js.

Paul Russell
- 545
- 3
- 10
-
I am asking about rest api server. I want full controlover rest api code. – Yogesh Jangir Nov 30 '18 at 05:16
-
You asked about developing your own API. This is what you can use the SDK for. If this is not what you want, maybe you could clarify what it is you're actually asking? – Paul Russell Nov 30 '18 at 10:47
-
I have developed chain code and i do not want to generate api through composer-rest-server. I need to create own node application to create api , so i can use same aaplication for my web application also. – Yogesh Jangir Dec 01 '18 at 11:23
-
I've answered the question. Use the SDK. I don't know what else I can say. If you have a specific question about how to use the SDK, please post another question. – Paul Russell Dec 01 '18 at 23:33