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.
- Host: GitHub
- URL: https://github.com/raineorshine/bip39-phrase-maker
- Owner: raineorshine
- License: isc
- Created: 2016-11-24T00:12:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T00:13:06.000Z (over 8 years ago)
- Last Synced: 2025-03-09T18:01:56.274Z (3 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bip39-phrase-maker
[](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)