mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Add new chaincode and javascript application to demostrate the use of chaincode events and block events with private data. Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
15 lines
220 B
Text
15 lines
220 B
Text
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Report cache used by istanbul
|
|
.nyc_output
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
package-lock.json
|