Hyperledger fabric chaincode template
To create New chaincode :
-
Edit CHAINCODE_NAME and CHAINCODE_CLASS_NAME in the file https://github.com/bityoga/fabric_chaincode_template/blob/main/create_chaincode.sh
-
Execute the script "create_chaincode.sh"
-
For couchdb rich queries support, edit the fields in the index file under the directory "chaincode/src/lib/META-INF/statedb/couchdb/indexes/"