purplecoincli 0.1.6

Purplecoin CLI tools
Documentation
## CLI tools for Purplecoin
[![Latest Version]][crates.io] [![Documentation]][docs.rs]

Only includes a commmand to generate a simple encrypted wallet consisting of an Address and a private key or a batch of them. More commands will be added soon as needed.

### Instalation
Before installation make sure to have [Cargo and Rust](https://www.rust-lang.org/tools/install) installed. Then run:

```
cargo install purplecoincli
```

### Usage
```
purplecoincli gen-simple-wallet
purplecoincli gen-simple-wallet-batch 100
```

[crates.io]: https://crates.io/crates/purplecoincli
[Latest Version]: https://img.shields.io/crates/v/purplecoincli.svg
[Documentation]: https://docs.rs/purplecoincli/badge.svg
[docs.rs]: https://docs.rs/purplecoincli