HyperledgerCli

This is a simple CLI for the hyperledger protocol. It is young software under active development.

Installation

Hyperledger CLI can be installed with Rubygems:

gem 'hyperledger_cli'

You will then be able to access hyperledger from the command line:

$ hyperledger

Contributing

  1. Fork it ( https://github.com/hyperledger/hyperledger-cli/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

License

hyperledger CLI is released under the MIT License.