1


does anyone know where I can find good tutorials about chaincode development in NodeJS?

Leonardo Carraro
  • 1,532
  • 1
  • 11
  • 24

1 Answers1

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.