Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iov-one/address-generator-star1
Generates addresses for the Starname network.
https://github.com/iov-one/address-generator-star1
Last synced: 10 days ago
JSON representation
Generates addresses for the Starname network.
- Host: GitHub
- URL: https://github.com/iov-one/address-generator-star1
- Owner: iov-one
- License: apache-2.0
- Created: 2020-04-16T08:51:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:35:22.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T22:12:59.635Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.41 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IOV Star1 Address Generator
[![Build Status](https://travis-ci.com/iov-one/address-generator-star1.svg?branch=master)](https://travis-ci.com/iov-one/address-generator-star1)
Generates addresses for the Starname network.
## Prerequisites
1. [Git](https://git-scm.com/)
2. [Node.js](https://nodejs.org/)
3. [Yarn](https://yarnpkg.com/)## Use hosted
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).## Use locally
1. `git clone https://github.com/iov-one/address-generator-star1.git && cd address-generator-star1`
2. `yarn install && yarn start`
3. Open http://localhost:3000/ in a modern browser (this step does not require an internet
connection)## License
This repository is licensed under the Apache License 2.0 (see LICENSE).