Skip to content

Commit 0852b1f

Browse files
committed
add 'fabric-dev-deployer' project
0 parents  commit 0852b1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+4121
-0
lines changed

Diff for: .editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
indent_size = 2

Diff for: .env

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ENROLL_ID=admin
2+
ENROLL_SECRET=adminpw

Diff for: .gitignore

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
node_modules
2+
npm-debug.log
3+
.idea
4+
artifacts/channel/mychannel.block
5+
fabric-rest-api.iml
6+
fabric-rest-api.ipr
7+
fabric-rest-api.iws
8+
.gradle
9+
build
10+
11+
/artifacts/crypto-config/
12+
/artifacts/channel/
13+
/artifacts/cryptogen-*.yaml
14+
/artifacts/fabric-ca-server-config-*.yaml
15+
/artifacts/configtx.yaml
16+
/artifacts/*.block
17+
/artifacts/network-config.json
18+
/fabric-starter.ipr
19+
/fabric-starter.iml
20+
/ledger/docker-compose-*.yaml
21+
/fabric-starter.iws
22+
/ledger/docker-compose-*.yaml-e
23+
/www/artifacts/*.block
24+
/artifacts/update.*
25+
/artifacts/updated_config.*
26+
/artifacts/update_in_envelope.*
27+
/artifacts/config.*
28+
/artifacts/config_block.*
29+
/artifacts/newOrgMSP.json
30+
/dockercompose/*.yaml
31+
/artifacts/
32+
33+
/crypto-config
34+
35+
/client-node/hfc-*
36+
37+
hosts

0 commit comments

Comments
 (0)