github.com/s7techlab/cckit@v0.10.5/extensions/pinger/README.md (about) 1 # Pinger - hyperledger fabric chaincode ping extension 2 3 Often there is a need to find out if everything is correct with chaincode. To do it we would like to ping CC 4 and know some information. 5 6 CCKit provides `pinger` extension for implementing ping opportunity in Hyperledger Fabric chaincodes. When chaincode will be pinged, 7 you get information about invoker, his certificate and time. 8 9 Pinger implemented in two version: 10 11 1. As chaincode [handlers](pinger.go) 12 2. As [service](chaincode_pinger.proto), that can be embedded in chaincode, using [chaincode-as-service mode](../../gateway)