LoginSignup
0
0

More than 5 years have passed since last update.

fabric-tools 1.3.0の中身

Posted at

fabric-tools 1.3.0の中身

dockerコンテナを起動

$ docker run -it hyperledger/fabric-tools bash

ファイル構成を列挙

# tree /etc/hyperledger
/etc/hyperledger
`-- fabric
    |-- configtx.yaml
    |-- core.yaml
    |-- etcdraft
    |   |-- tls-client-1.pem
    |   `-- tls-server-1.pem
    |-- msp
    |   |-- admincerts
    |   |   `-- admincert.pem
    |   |-- cacerts
    |   |   `-- cacert.pem
    |   |-- config.yaml
    |   |-- keystore
    |   |   `-- key.pem
    |   |-- signcerts
    |   |   `-- peer.pem
    |   |-- tlscacerts
    |   |   `-- tlsroot.pem
    |   `-- tlsintermediatecerts
    |       `-- tlsintermediate.pem
    `-- orderer.yaml

9 directories, 12 files
# find / -name hyperledger
/etc/hyperledger
/var/hyperledger
# tree /usr/local/bin
/usr/local/bin
|-- configtxgen
|-- configtxlator
|-- cryptogen
|-- discover
|-- idemixgen
|-- node
|-- npm -> ../lib/node_modules/npm/bin/npm-cli.js
|-- npx -> ../lib/node_modules/npm/bin/npx-cli.js
`-- peer

0 directories, 9 files
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0