words-and-bits

Converts words sequences to bits and back. Mnemonic key storage.

Usage no npm install needed!

<script type="module">
  import wordsAndBits from 'https://cdn.skypack.dev/words-and-bits';
</script>

README

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.