#Words-and-Bits keys to mnemonic words converter
This is a package to convert hard to type key information
into mnemonic words list.
## Installation
From npmjs:
```
npm install words-and-bits --save
```## Developer Setup
Run `make install` to install dependencies.