mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
- 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>
4 lines
No EOL
85 B
Groovy
4 lines
No EOL
85 B
Groovy
/*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
rootProject.name = 'ledger-queries'
|