mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
491 B
491 B
Go chaincode for the full-stack asset transfer guide
This folder contains a Go implementation of the asset-transfer smart contract used by the full-stack asset transfer guide.
The contract implements the following operations:
CreateAssetReadAssetUpdateAssetDeleteAssetAssetExistsTransferAssetGetAllAssets
The implementation preserves the same asset data model and state-based endorsement behavior as the existing TypeScript contract implementation.