mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-19 08:15:08 +00:00
| .. | ||
| asset-transfer-chaincode-vars.yml | ||
| asset.go | ||
| contract.go | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
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.