purple_address_gen

Crates.iopurple_address_gen
lib.rspurple_address_gen
version1.0.1
sourcesrc
created_at2019-12-12 12:27:04.801472
updated_at2019-12-12 12:37:40.958713
descriptionSmall script used for generating purple addresses
homepagehttps://purpleprotocol.org/
repositoryhttps://github.com/purpleprotocol/purple-address-generator
max_upload_size
id188784
size76,666
Octavian (octavonce)

documentation

README

Purple Address Generator

A simple script that can generate addresses which can be used with the Purple Protocol.

Building from source

In order to build the script from source you will need Rust >= 1.39.0. Build it by running:

cargo build

Installing

To install run the following in a terminal instance:

cargo install purple_address_gen

Usage

To simplest way to use the script, which will generate a random keypair, is to run:

purple_address_gen

Generating batches

To generate batches of addresses, run:

purple_address_gen --batch-size 10

Generating from seed

To generate a keypair from a seed and a salt, run:

purple_address_gen --seed asdfghjkl --salt 123456789
Commit count: 0

cargo fmt