fabric-samples/high-throughput/chaincode-go
Mark S. Lewis 50f8814501
Fix high-throughput sample
Build failures because the startFabric.sh script specified that the
chaincode required initialization, which is both legacy behavior and is
unnecessary.

The chaincode is updated to use the Contract API instead of the legacy /
low-level chaincode API. The client application is also simplified.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
2025-09-12 11:27:22 +01:00
..
go.mod Fix high-throughput sample 2025-09-12 11:27:22 +01:00
go.sum Fix high-throughput sample 2025-09-12 11:27:22 +01:00
high-throughput.go Fix high-throughput sample 2025-09-12 11:27:22 +01:00