Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 784 Bytes

readme.md

File metadata and controls

29 lines (17 loc) · 784 Bytes

Disclaimer

This tool is forked off of the awesome Shamir39 work by Ian Coleman. It aims to provide an alternative compatible implementation.

Shamir39 Tool

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

Online Version

https://seedhodler.github.io/shamir/

Standalone offline version

Download dist/index.html

Open the file in a browser by double clicking it.

Alternatively:

  • clone the project
  • $ npm i
  • npm run build
  • open dist/index.html in your browser

License

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