| Crates.io | purple_address_gen |
| lib.rs | purple_address_gen |
| version | 1.0.1 |
| created_at | 2019-12-12 12:27:04.801472+00 |
| updated_at | 2019-12-12 12:37:40.958713+00 |
| description | Small script used for generating purple addresses |
| homepage | https://purpleprotocol.org/ |
| repository | https://github.com/purpleprotocol/purple-address-generator |
| max_upload_size | |
| id | 188784 |
| size | 76,666 |
A simple script that can generate addresses which can be used with the Purple Protocol.
In order to build the script from source you will need Rust >= 1.39.0. Build it by running:
cargo build
To install run the following in a terminal instance:
cargo install purple_address_gen
To simplest way to use the script, which will generate a random keypair, is to run:
purple_address_gen
To generate batches of addresses, run:
purple_address_gen --batch-size 10
To generate a keypair from a seed and a salt, run:
purple_address_gen --seed asdfghjkl --salt 123456789