-2

Can we implement a channel between two peers and initiate a transaction just to store data without any chaincode or smartcontract? If yes any example

Ashar
  • 1

1 Answers1

1

No. The only way to put/get state is via chaincode.

Gari Singh
  • 11,418
  • 2
  • 18
  • 41