Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iov-one/address-generator
Generates addresses for the IOV blockchain.
https://github.com/iov-one/address-generator
Last synced: 10 days ago
JSON representation
Generates addresses for the IOV blockchain.
- Host: GitHub
- URL: https://github.com/iov-one/address-generator
- Owner: iov-one
- License: apache-2.0
- Created: 2019-08-12T07:27:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:57:11.000Z (about 2 years ago)
- Last Synced: 2024-11-06T22:12:59.497Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://iov-one.github.io/address-generator/
- Size: 16.6 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IOV Address Generator
[![Build Status](https://travis-ci.com/iov-one/address-generator.svg?branch=master)](https://travis-ci.com/iov-one/address-generator)
Generates addresses for the IOV blockchain.
## 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/. 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.git && cd address-generator`
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 NOTICE and LICENSE).