- Update packageCC.sh to correctly copy META-INF to the distribution directory.
- Port asset-transfer-ledger-queries to Java to provide a sample with rich query support.
- Ensure all Java chaincodes use src/main/resources/META-INF for standard index placement.
Signed-off-by: SurbhiAgarwal1 <agarwalsurbhi1807@gmail.com>
This change is meant to help cover end user functionality
that was previously covered by the blockchain VSCode Plugin.
Functions added:
- cc mode with package, list chaincode, invoke and query functions
- auto sequencing for chaincode deployment
- move variables into config file
Signed-off-by: Chris Elder <celder@Chriss-MacBook-Air.local>