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.
A tool for converting BIP39 mnemonic phrases to shamir secret sharing scheme parts whilst retaining the benefit of mnemonics.
See prebuilt binaries in dist
folder
Alternatively:
- clone the project
$ npm i
npm run build
- open binary or run
node shamir39.js
indist
folder
This tool is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.