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
- Host: GitHub
- URL: https://github.com/purpleprotocol/purplecoin_cli
- Owner: purpleprotocol
- License: other
- Created: 2022-10-14T23:26:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T23:27:33.000Z (almost 3 years ago)
- Last Synced: 2025-02-22T22:41:16.285Z (over 1 year ago)
- Language: Rust
- Size: 245 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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