Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 782 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 782 Bytes

Disclaimer

This tool is forked off of the awesome Shamir39 work by Ian Coleman and the improved implementation of Shamir39 by Seedhodler. It aims to provide a simple command line utility.

Shamir39 Tool

A tool for converting BIP39 mnemonic phrases to shamir secret sharing scheme parts whilst retaining the benefit of mnemonics.

Prebuilt Binaries

See prebuilt binaries in dist folder

Alternatively:

  • clone the project
  • $ npm i
  • npm run build
  • open binary or run node shamir39.js in dist folder

License

This tool is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.