Categorygithub.com/ravengit/fabric-chaincode-go
modulepackage
1.0.1
Repository: https://github.com/ravengit/fabric-chaincode-go.git
Documentation: pkg.go.dev

# README

Hyperledger Fabric Packages for Go Chaincode

This repository contains the packages used by go implementations of Fabric chaincode.

We welcome contributions to the Hyperledger Fabric project in many forms. There’s always plenty to do! Check the documentation on how to contribute to this project for the full details.

Community

License

Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.

# Packages

No description provided by the author
Package shim provides APIs for the chaincode to access its state variables, transaction context and call other chaincodes.
Package shimtest provides a mock of the ChaincodeStubInterface for unit testing chaincode.