An open API service indexing awesome lists of open source software.

https://github.com/purpleprotocol/purplecoin_cli

CLI tools for Purplecoin
https://github.com/purpleprotocol/purplecoin_cli

Last synced: 11 days ago
JSON representation

CLI tools for Purplecoin

Awesome Lists containing this project

README

          

## 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