This is a simple CLI for the hyperledger protocol. It is young software under active development.
Hyperledger CLI can be installed with Rubygems:
gem install hyperledger_cli
You will then be able to access hyperledger from the command line:
$ hyperledger
- Fork it ( https://github.com/hyperledger/hyperledger-cli/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
hyperledger CLI is released under the MIT License.