An open API service indexing awesome lists of open source software.

https://github.com/hyperbit-dev/mnemonic

Module for utxo coins that implements Mnemonic code for generating deterministic keys.
https://github.com/hyperbit-dev/mnemonic

blockchain cryptocurrency mnemonic seed-phrase

Last synced: 12 months ago
JSON representation

Module for utxo coins that implements Mnemonic code for generating deterministic keys.

Awesome Lists containing this project

README

          

![Hyperbit Mnemonic Banner](https://github.com/hyperbit-dev/mnemonic/blob/master/media/repo-banner.png)

# Hyperbit - Mnemonic

[![NPM Package](https://img.shields.io/npm/v/@hyperbitjs/mnemonic.svg?style=flat-square)](https://www.npmjs.org/package/@hyperbitjs/mnemonic)

**A Hyperbit module for utxo coins that implements Mnemonic code for generating deterministic keys.**

## Getting Started

```sh
# Using npm
npm install @hyperbitjs/mnemonic

# Using yarn
yarn add @hyperbitjs/mnemonic
```

## Examples

See [EXAMPLES.md](./EXAMPLES.md) for developer guides.

## Available Mnemonic Languages
* chinese_simplified
* chinese_traditional
* czech
* english
* french
* italian
* japanese
* korean
* portuguese
* spanish

## Contributing

See [CONTRIBUTING.md](../../CONTRIBUTING.md) at base of repo for information about how to contribute.

## License

Code released under [the MIT license](./LICENSE.md).