does anyone know where I can find good tutorials about chaincode development in NodeJS?
Asked
Active
Viewed 1,681 times
1

nilakantha singh deo
- 966
- 15
- 29

Leonardo Carraro
- 1,532
- 1
- 11
- 24
1 Answers
0
You can follow this link chaincode with nodeJS . This one is the official documentation.But I would suggest to develop chaincode with Golang. I found that bit intuitive.The learning curve is bit steep but once you learnt its easier to develop , maintain and scalable too.

nilakantha singh deo
- 966
- 15
- 29
-
1NOTE: This link does not include deployment instructions as of 13MAR2019. – breakpoint Mar 13 '19 at 15:26