0

I have written my chaincode in golang and now I want to deploy it on a cloud (aws).

Is the golang file enough to deploy it or do I need to package additional files for deployment?

Tarick Welling
  • 3,119
  • 3
  • 19
  • 44

1 Answers1

1

Just the golang file. Is going to ask your for the dependencies also, but you can get them on the machine that you will deploy the chaincode.

Bentipe
  • 423
  • 3
  • 17