Generates addresses for the Starname network.
The app is hosted at https://iov-one.github.io/address-generator-star1/. Please note that various attacks are possible against hosted passphrase generators and the safest way to generate a passphrase using this tool is to download the source code and run it locally on a machine which is not connected to the internet (see below).
git clone https://github.com/iov-one/address-generator-star1.git && cd address-generator-star1
yarn install && yarn start
- Open http://localhost:3000/ in a modern browser (this step does not require an internet connection)
This repository is licensed under the Apache License 2.0 (see LICENSE).