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.
- Host: GitHub
- URL: https://github.com/hyperbit-dev/mnemonic
- Owner: hyperbit-dev
- License: mit
- Created: 2023-03-02T05:20:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T04:59:18.000Z (about 1 year ago)
- Last Synced: 2025-03-22T06:12:44.995Z (about 1 year ago)
- Topics: blockchain, cryptocurrency, mnemonic, seed-phrase
- Language: TypeScript
- Homepage:
- Size: 535 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Hyperbit - Mnemonic
[](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).