mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Adds a docker environment for running peer in dev mode pre-baked crypto and orderer/channel artifacts README still needs an updated curl command to bundle these scripts. simplified some of the paths add sacc from write your first chaincode remove binary Change-Id: Ic1537987c819f0350ae6dbf740fd00e1571045e5 Signed-off-by: Nick Gaski <ngaski@us.ibm.com> Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
16 lines
367 B
Text
16 lines
367 B
Text
# Emacs backup files
|
|
*~
|
|
*#
|
|
.#*
|
|
# Vim file artifacts
|
|
.*.sw*
|
|
# installed platform-specific binaries
|
|
/bin
|
|
|
|
first-network/channel-artifacts/*.tx
|
|
first-network/channel-artifacts/*.block
|
|
first-network/crypto-config/*
|
|
|
|
chaincode-docker-devmode/myc.block
|
|
chaincode-docker-devmode/chaincode/sacc/sacc
|
|
chaincode-docker-devmode/chaincode/chaincode_example02/chaincode_example02
|