fabric-samples/full-stack-asset-transfer-guide/contracts/asset-transfer-go/README.md
2026-06-03 20:13:17 +05:30

15 lines
491 B
Markdown

# 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:
- `CreateAsset`
- `ReadAsset`
- `UpdateAsset`
- `DeleteAsset`
- `AssetExists`
- `TransferAsset`
- `GetAllAssets`
The implementation preserves the same asset data model and state-based endorsement behavior as the existing TypeScript contract implementation.