Skip to content

seedhodler/shamir

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • HTML 13.1%
  • CSS 1.4%