#address #generator #protocols #purple #cryptography #batch

yanked purple_address_gen

Small script used for generating purple addresses

1.0.1 Dec 12, 2019

#6 in #purple

GPL-3.0 license

21KB
107 lines

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

Dependencies

~4.5–6.5MB
~74K SLoC