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

https://github.com/raineorshine/bip39-phrase-maker

Convert ascii strings into bip39 phrases.
https://github.com/raineorshine/bip39-phrase-maker

Last synced: 3 months ago
JSON representation

Convert ascii strings into bip39 phrases.

Awesome Lists containing this project

README

        

# bip39-phrase-maker
[![npm version](https://img.shields.io/npm/v/bip39-phrase-maker.svg)](https://npmjs.org/package/bip39-phrase-maker)

Convert ascii strings into bip39 phrases.

## Install

```sh
$ npm install --save bip39-phrase-maker
```

## Usage

```js
const phraseMaker = require('bip39-phrase-maker')
phraseMaker.encode('test').should.equal('trumpet rude alley')
```

## License

ISC © [Raine Revere](https://github.com/raineorshine)