# blockchain-keygen [![Crates.io](https://img.shields.io/crates/v/blockchain-keygen.svg)](https://crates.io/crates/blockchain-keygen) [![Docs.rs](https://docs.rs/blockchain-keygen/badge.svg)](https://docs.rs/blockchain-keygen) [![CI](https://github.com/ericnordelo/blockchain-keygen/workflows/CI/badge.svg)](https://github.com/ericnordelo/blockchain-keygen/actions) [![Coverage Status](https://coveralls.io/repos/github/ericnordelo/blockchain-keygen/badge.svg?branch=main)](https://coveralls.io/github/ericnordelo/blockchain-keygen?branch=main) ## Installation ### Cargo * Install the rust toolchain in order to have cargo installed by following [this](https://www.rust-lang.org/tools/install) guide. * run `cargo install blockchain-keygen` ## Usage Run `blockchain-keygen --help` for a list of available commands. ## Contribution See [CONTRIBUTING.md](CONTRIBUTING.md). ## License Licensed under the MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)