This repo helps for checking your chaincode syntax,functionalities defined in your chaincode,invoke and query's written in golang
Developers who try to build their Blockchain Application,have to write/execute/check their chaincode's.
So, no need to setup their network and to check their chaincode logic.
This is build with reference of chaincodedev mode with SingleSampleMSPSolo orderer and peer runs in dev mode.
1)Provides the syntax check of your chaincode written in golang,if any errors it shows in logs.
2)Retrives functionalities defined in your chaincode.
3)Can install/instantiate/query of your chaincode.
Step to execute
Keep your chaincode to validate in chaincode folder
1)./Stop.sh--> stops your running containers and downs the network
2)./Remove.sh --> removes the binaries of ur chaincode.
3)./Start_test.sh --> Gives the basic syntax check, retrives the functionality , pushes if any error into log folder
4)./1.sh --> Brings your network (in Terminal 1)
5)./2.sh --> start of ur chaincode container(in Terminal 2)
run ./build.sh --> start of ur chaincode container
6)./installchaincode.sh --> install chaincode(in Terminal 3)
7)./instantiate.sh --> instantiates chaincode
8)For invoke and query you can modify based on your arguments