Categorygithub.com/trustbloc/fabric-cli-ext
module
0.1.6
Repository: https://github.com/trustbloc/fabric-cli-ext.git
Documentation: pkg.go.dev

# README

Release

Build Status codecov Go Report Card

License

fabric-cli-ext

Command-line interface that extends Fabric's CLI.

git clone https://github.com/trustbloc/fabric-cli-ext.git

cd fabric-cli-ext

# run linters
make checks

# run unit-test
make unit-test

# build fabric-cli and plugins
make plugins

# install and run ledgerconfig plugin
cd .build/
bin/fabric plugin install ./ledgerconfig
bin/fabric ledgerconfig

Build dependencies

  • Go 1.12.x
  • Docker 18.09.x or above

Contributing

Thank you for your interest in contributing. Please see our community contribution guidelines for more information.

License

Apache License, Version 2.0 (Apache-2.0). See the LICENSE file.

# Packages

No description provided by the author